Skip to content

Commit df0b334

Browse files
Bump reqwest from 0.11.20 to 0.11.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.20 to 0.11.24. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.20...v0.11.24) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1396300 commit df0b334

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

Cargo.lock

+41-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uuid = { version = "1.7.0", features = [
2828
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
2929
]}
3030

31-
reqwest = { version = "0.11.20", features = ["blocking", "multipart"] }
31+
reqwest = { version = "0.11.24", features = ["blocking", "multipart"] }
3232

3333
rustc_version_runtime = "0.3.0"
3434
os_info = "3"

0 commit comments

Comments
 (0)