Skip to content

Commit e0dfb6a

Browse files
chore: bump reqwest from 0.11.27 to 0.12.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.7. - [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.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3b204d commit e0dfb6a

File tree

4 files changed

+12
-102
lines changed

4 files changed

+12
-102
lines changed

Cargo.lock

Lines changed: 9 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin-tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ log = "0.4"
1414
time = "0.3"
1515
clap = { version = "4.4", features = ["derive"] }
1616
futures = "0.3"
17-
reqwest = "0.11"
17+
reqwest = "0.12"
1818
serde = "1"
1919
serde_yaml = "0.9"
2020
pretty_env_logger = "0.5"

http-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ warp-sessions = { version = "1.0", optional = true }
2929
time = "0.3"
3030

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

3535
[features]

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ regex = "1.3.7"
2525
lazy_static = "1.4.0"
2626
openssl = "0.10.66"
2727
libc = "0.2"
28-
reqwest = { version = "0.11", features = ["json"] }
28+
reqwest = { version = "0.12", features = ["json"] }
2929
tokio = "1.25.0"
3030
serde = "1"
3131
serde_cbor = "0.11"

0 commit comments

Comments
 (0)