Skip to content

Commit

Permalink
Update Rust crate reqwest to v0.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 63e4378 commit 848bac6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
19 changes: 10 additions & 9 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ paste = "=1.0.15"
postgres-native-tls = "=0.5.0"
prometheus = { version = "=0.13.4", default-features = false }
rand = "=0.8.5"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
reqwest = { version = "=0.12.10", features = ["gzip", "json"] }
rss = { version = "=2.0.11", default-features = false, features = ["atom"] }
secrecy = "=0.10.3"
semver = { version = "=1.0.24", 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 @@ -15,7 +15,7 @@ anyhow = "=1.0.95"
async-trait = "=0.1.83"
mockall = { version = "=0.13.1", optional = true }
oauth2 = { version = "=4.4.2", default-features = false }
reqwest = { version = "=0.12.9", features = ["json"] }
reqwest = { version = "=0.12.10", features = ["json"] }
serde = { version = "=1.0.216", features = ["derive"] }
thiserror = "=2.0.9"
tracing = "=0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_pagerduty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workspace = true

[dependencies]
anyhow = "=1.0.95"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
reqwest = { version = "=0.12.10", features = ["gzip", "json"] }
secrecy = "=0.10.3"
serde = { version = "=1.0.216", features = ["derive"] }

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 @@ -13,7 +13,7 @@ bytes = "=1.9.0"
clap = { version = "=4.5.23", features = ["derive", "env", "unicode", "wrap_help"] }
crates_io_index = { path = "../crates_io_index" }
rand = "=0.8.5"
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
reqwest = { version = "=0.12.10", features = ["gzip", "json"] }
secrecy = "=0.10.3"
semver = { version = "=1.0.24", features = ["serde"] }
serde = { version = "=1.0.216", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_team_repo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mock = ["mockall"]
anyhow = "=1.0.95"
async-trait = "=0.1.83"
mockall = { version = "=0.13.1", optional = true }
reqwest = { version = "=0.12.9", features = ["gzip", "json"] }
reqwest = { version = "=0.12.10", features = ["gzip", "json"] }
serde = { version = "=1.0.216", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 848bac6

Please sign in to comment.