Skip to content

Commit

Permalink
deps: use upstream of cached and self_update
Browse files Browse the repository at this point in the history
now that the fixes/dependency bumps we needed were released

also bumped other indirect dependencies
  • Loading branch information
jqnatividad committed Apr 26, 2024
1 parent 0978b50 commit 70c0654
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 34 deletions.
69 changes: 41 additions & 28 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ atoi_simd = "0.15"
bincode = "1.3"
byteorder = "1.5"
bytes = "1"
cached = { version = "0.49", features = [
cached = { version = "0.50", features = [
"disk_store",
"redis_ahash",
], optional = true }
Expand Down Expand Up @@ -192,7 +192,7 @@ reqwest = { version = "0.12", features = [
rust_decimal = { version = "1.35", default-features = false }
ryu = "1"
sanitize-filename = { version = "0.5", optional = true }
self_update = { version = "0.39", features = [
self_update = { version = "0.40", features = [
"archive-zip",
"compression-zip-deflate",
"rustls",
Expand Down Expand Up @@ -249,10 +249,6 @@ grex = { git = "https://github.com/pemistahl/grex", rev = "fdc8e25" }
# our PR to bump reqwest to 0.12 has been merged, so we can switch back to upstream
# however, it's not released yet, so we'll keep using patch.crates-io to get the latest
jsonschema = { git = "https://github.com/Stranger6667/jsonschema-rs", rev = "6cf8232" }
# use our fork while we wait for the PR to bump reqwest to 0.12 and hyper to 1
self_update = { git = "https://github.com/jqnatividad/self_update", branch = "bump-reqwest_hyper-http2" }
# use upstream rev with unreleased fixes and dependencies. We'll switch back to crates.io once released
cached = { git = "https://github.com/jaemk/cached", rev = "7662b49" }
# use unreleased version of calamine with fixes
calamine = { git = "https://github.com/tafia/calamine", rev = "aaf297e" }

Expand Down

0 comments on commit 70c0654

Please sign in to comment.