Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
19bd444
chore(deps): bump mediatype from 0.19.20 to 0.21.0
dependabot[bot] May 16, 2026
5b9b3f5
chore(deps): bump rkyv from 0.8.15 to 0.8.16
dependabot[bot] May 16, 2026
b8612ca
chore(deps): bump rand from 0.8.5 to 0.8.6
dependabot[bot] May 16, 2026
7dc4ff2
chore(deps): bump rustls-webpki from 0.103.9 to 0.103.13
dependabot[bot] May 16, 2026
3611fa3
chore(deps): bump lz4_flex from 0.13.0 to 0.13.1
dependabot[bot] May 16, 2026
7048594
Merge pull request #6 from slundi/dependabot/cargo/lz4_flex-0.13.1
slundi May 17, 2026
bc83952
Merge pull request #5 from slundi/dependabot/cargo/rustls-webpki-0.10…
slundi May 17, 2026
fa339dc
Merge pull request #4 from slundi/dependabot/cargo/rkyv-0.8.16
slundi May 17, 2026
d79dc03
Merge pull request #3 from slundi/dependabot/cargo/rand-0.8.6
slundi May 17, 2026
7882397
Merge pull request #2 from slundi/dependabot/cargo/mediatype-0.21.0
slundi May 17, 2026
26d1415
chore(deps): bump tokio from 1.52.1 to 1.52.3
dependabot[bot] Jun 2, 2026
0b51785
Merge pull request #8 from slundi/dependabot/cargo/tokio-1.52.3
slundi Jun 3, 2026
996ba9f
chore(deps): bump scraper from 0.25.0 to 0.27.0
dependabot[bot] Jun 2, 2026
9d2ae34
Merge pull request #11 from slundi/dependabot/cargo/scraper-0.27.0
slundi Jun 3, 2026
145177e
chore(deps): bump redb from 3.1.1 to 4.1.0
dependabot[bot] Jun 3, 2026
742fcbc
Merge pull request #10 from slundi/dependabot/cargo/redb-4.1.0
slundi Jun 5, 2026
54144ca
chore(deps): bump htmd from 0.5.0 to 0.5.4
dependabot[bot] Jul 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 105 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ futures = "0.3"
reqwest = "0.13"
feed-rs = { version = "2.3", features = ["sanitize"] }
chrono = "0.4"
scraper = "0.25"
scraper = "0.27"
htmd = "0.5"
mediatype = "0.19"
redb = "3.1"
mediatype = "0.21"
redb = "4.1"
rkyv = { version = "0.8", features = ["bytecheck"] }
quick-xml = { version = "0.37", features = ["serialize"] }
lz4_flex = "0.13"
Expand Down
Loading