Skip to content

Commit c22914e

Browse files
build(deps): bump reqwest from 0.11.23 to 0.12.1
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.12.1. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.23...v0.12.1) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0dd894b commit c22914e

File tree

2 files changed

+120
-24
lines changed

2 files changed

+120
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ flate2 = "1.0.24"
2525
git2 = "0.18.0"
2626
log = "0.4"
2727
pbr = "1.1.1"
28-
reqwest = { version = "0.11.12", features = ["blocking", "json"] }
28+
reqwest = { version = "0.12.1", features = ["blocking", "json"] }
2929
rustc_version = "0.4.0"
3030
serde = { version = "1.0.145", features = ["derive"] }
3131
serde_json = "1.0"

0 commit comments

Comments
 (0)