Skip to content

Commit 449f162

Browse files
committed
deps: remove calamine git dependency now that 0.32 has been released
1 parent f7100ef commit 449f162

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ cached = { version = "0.56", features = [
8686
"disk_store",
8787
"redis_ahash",
8888
] }
89-
calamine = { version = "0.31", features = ["chrono"] }
89+
calamine = { version = "0.32", features = ["chrono"] }
9090
censor = { version = "0.3", optional = true }
9191
chrono = { version = "0.4", default-features = false }
9292
chrono-tz = "0.10"
@@ -317,9 +317,6 @@ csv-index = { git = "https://github.com/dathere/rust-csv", branch = "qsv-tuned"
317317
# use our patched fork to bump hashbrown from 0.15 to 0.16 until our PR is merged
318318
cached = { git = "https://github.com/jqnatividad/cached", branch = "nov2025-tweaks" }
319319

320-
# use upstream calamine with unreleased fixes
321-
calamine = { git = "https://github.com/tafia/calamine", rev = "38ef0e3" }
322-
323320
# 0.14 has been released but has an old qsv-sniffer dependency
324321
# until the next release, until the qsv-sniffer dependency is updated
325322
csvlens = { git = "https://github.com/jqnatividad/csvlens", branch = "qsv-sniffer-0.12" }

0 commit comments

Comments
 (0)