Skip to content

Commit

Permalink
Merge pull request #683 from fdo-rs/dependabot/cargo/reqwest-0.12.7
Browse files Browse the repository at this point in the history
chore: bump reqwest from 0.11.27 to 0.12.7
  • Loading branch information
mergify[bot] authored Oct 8, 2024
2 parents f3b204d + e0dfb6a commit c07cd99
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 102 deletions.
108 changes: 9 additions & 99 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 admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4"
time = "0.3"
clap = { version = "4.4", features = ["derive"] }
futures = "0.3"
reqwest = "0.11"
reqwest = "0.12"
serde = "1"
serde_yaml = "0.9"
pretty_env_logger = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion http-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ warp-sessions = { version = "1.0", optional = true }
time = "0.3"

# Client-side
reqwest = { version = "0.11", optional = true, features = ["native-tls", "json"] }
reqwest = { version = "0.12", optional = true, features = ["native-tls", "json"] }
url = { version = "2", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ regex = "1.3.7"
lazy_static = "1.4.0"
openssl = "0.10.66"
libc = "0.2"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
tokio = "1.25.0"
serde = "1"
serde_cbor = "0.11"
Expand Down

0 comments on commit c07cd99

Please sign in to comment.