Skip to content

Commit

Permalink
chore: bump reqwest from 0.11.27 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.2.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.2)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent dbfac37 commit 5e3e01f
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 25 deletions.
164 changes: 142 additions & 22 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.60"
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 5e3e01f

Please sign in to comment.