Skip to content

Commit bb0a27c

Browse files
Bump reqwest from 0.11.25 to 0.12.4 (#719)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.12.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.25...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94102d1 commit bb0a27c

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

Cargo.lock

Lines changed: 17 additions & 10 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
@@ -19,7 +19,7 @@ sqlite = ["diesel/sqlite", "diesel_migrations/sqlite", "libsqlite3-sys", "diesel
1919
[dependencies]
2020
awc = {version="3.4.0", features = ["rustls"]}
2121
rpassword = "7.3.1"
22-
reqwest = { version = "0.12.2", features = ["stream", "json","blocking"] }
22+
reqwest = { version = "0.12.4", features = ["stream", "json","blocking"] }
2323
tokio-stream = { version = "0.1.15", features = ["sync"] }
2424
actix = "0.13.3"
2525
async-recursion = "1.1.0"

0 commit comments

Comments
 (0)