Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent ec0cb13 commit 1b6a79e
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 54 deletions.
190 changes: 141 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mvclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bytes = { version = "1.4.0", features = ["serde"] }
tokio-util = { version = "0.7.3", features = ["io", "codec"] }
futures = "0.3"
serde_json = "1"
reqwest = { version = "0.11.11", default-features = false, features = ["json"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json"] }
byteorder = "1.4.3"
serde_bytes = "0.11"
blake3 = "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion mvfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ tracing = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
lazy_static = "1.4.0"
reqwest = { version = "0.11.11", default-features = false } # the dependent crate should set its own features
reqwest = { version = "0.11.22", default-features = false } # the dependent crate should set its own features
moka = { version = "0.9.4" }
bytes = "1.4.0"
Loading

0 comments on commit 1b6a79e

Please sign in to comment.