Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent b94004d commit 4e7ce0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ md-5 = "0.10.6"
num_cpus = "1.16.0"
rand = "0.8.5"
regex = "1.10.4"
reqwest = { version = "0.11.27", default-features = false, features = ["json", "gzip", "default-tls"] }
reqwest = { version = "0.12.2", default-features = false, features = ["json", "gzip", "default-tls"] }
ring = "0.17.8"
rusoto_core = "0.48.0"
rusoto_s3 = "0.48.0"
Expand Down

0 comments on commit 4e7ce0e

Please sign in to comment.