Skip to content

Commit 508d1ce

Browse files
committed
deps: bump cached to latest upstream
1 parent f15d03e commit 508d1ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ csv-index = { git = "https://github.com/dathere/rust-csv", branch = "qsv-tuned"
314314
# csv-core = { path = "../rust-csv/csv-core" }
315315
# csv-index = { path = "../rust-csv/csv-index" }
316316

317-
# use our patched fork to bump hashbrown from 0.15 to 0.16 until our PR is merged
318-
cached = { git = "https://github.com/jqnatividad/cached", branch = "nov2025-tweaks" }
317+
# use latest upstream now that our PR is merged, but we're still awaiting a new release
318+
cached = { git = "https://github.com/jaemk/cached", rev = "0b6a255" }
319319

320320
# 0.14 has been released but has an old qsv-sniffer dependency
321321
# until the next release, until the qsv-sniffer dependency is updated

0 commit comments

Comments
 (0)