Skip to content

Commit 3ef9e41

Browse files
Bump reqwest from 0.12.8 to 0.12.9 (#1158)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.8 to 0.12.9. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87d7d16 commit 3ef9e41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

dropshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pem = "3.0"
107107
rcgen = "0.13.1"
108108
# Using rustls-tls because it appears the rcgen-generated certificates are not
109109
# supported by the native Windows APIs.
110-
reqwest = { version = "0.12.8", features = ["json", "rustls-tls"] }
110+
reqwest = { version = "0.12.9", features = ["json", "rustls-tls"] }
111111
# Used in a doc-test demonstrating the WebsocketUpgrade extractor.
112112
tokio-tungstenite = "0.24.0"
113113

0 commit comments

Comments
 (0)