Skip to content

Commit 52bdebf

Browse files
Bump reqwest from 0.12.12 to 0.12.14
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.12 to 0.12.14. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.12.14/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.14) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2583ba commit 52bdebf

File tree

2 files changed

+103
-30
lines changed

2 files changed

+103
-30
lines changed

Diff for: Cargo.lock

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

Diff for: crates/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ path-slash = "0.2.1"
2929
percent-encoding = "2.3.1"
3030
prettytable-rs = "0.10.0"
3131
# Default features are disabled to turn off "http2", "charset".
32-
reqwest = { version = "0.12.12", default-features = false, features = ["default-tls", "macos-system-configuration", "blocking", "json"] }
32+
reqwest = { version = "0.12.15", default-features = false, features = ["default-tls", "macos-system-configuration", "blocking", "json"] }
3333
valico = "4.0.0"
3434
walkdir = "2.5.0"
3535

0 commit comments

Comments
 (0)