Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 78ef608 commit 23f4f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustls-tls = [ "reqwest/rustls-tls-native-roots" ]

[dependencies]
cargo-packager-utils = { version = "0.1.0", path = "../utils" }
reqwest = { version = "0.11", default-features = false, features = [ "json", "stream", "blocking" ] }
reqwest = { version = "0.12", default-features = false, features = [ "json", "stream", "blocking" ] }
thiserror = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit 23f4f35

Please sign in to comment.