Skip to content

Commit

Permalink
Update Rust crate reqwest to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 986d296 commit 2ec89a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ parking_lot = "=0.12.1"
paste = "=1.0.14"
prometheus = { version = "=0.13.3", default-features = false }
rand = "=0.8.5"
reqwest = { version = "=0.11.27", features = ["gzip", "json"] }
reqwest = { version = "=0.12.1", features = ["gzip", "json"] }
scheduled-thread-pool = "=0.2.7"
secrecy = "=0.8.0"
semver = { version = "=1.0.22", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
anyhow = "=1.0.81"
async-trait = "=0.1.78"
oauth2 = { version = "=4.4.2", default-features = false }
reqwest = { version = "=0.11.27", features = ["json"] }
reqwest = { version = "=0.12.1", features = ["json"] }
serde = { version = "=1.0.197", features = ["derive"] }
thiserror = "=1.0.58"
tracing = "=0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_smoke_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "=1.0.81"
bytes = "=1.5.0"
clap = { version = "=4.5.3", features = ["derive", "env", "unicode", "wrap_help"] }
crates_io_index = { path = "../crates_io_index" }
reqwest = { version = "=0.11.27", features = ["gzip", "json"] }
reqwest = { version = "=0.12.1", features = ["gzip", "json"] }
secrecy = "=0.8.0"
semver = { version = "=1.0.22", features = ["serde"] }
serde = { version = "=1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 2ec89a9

Please sign in to comment.