Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent c0b7533 commit a34a531
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 88 deletions.
94 changes: 7 additions & 87 deletions src/abacus/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 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.4", 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 a34a531

Please sign in to comment.