Skip to content

Commit

Permalink
Update Rust crate reqwest to v0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 47d9602 commit de2aa4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protobuf = "2.28.0"
rand = { version = "0.8", default-features = false }
rayon = "1.7"
redact = { version = "0.1.7", features = ["serde"] }
reqwest = { version = "0.11.20", default-features = false, features = [
reqwest = { version = "0.12.0", default-features = false, features = [
"rustls-tls",
"gzip",
] }
Expand Down
2 changes: 1 addition & 1 deletion mirror/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hex = "0.4"
num_cpus = "1.16"
protobuf = "2.28"
rand = "0.8"
reqwest = { version = "0.11", default-features = false, features = [
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
"gzip",
"blocking",
Expand Down

0 comments on commit de2aa4e

Please sign in to comment.