Skip to content

Commit b948e76

Browse files
Bump reqwest from 0.11.27 to 0.12.0
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.0. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.0) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47258be commit b948e76

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
@@ -24,7 +24,7 @@ dirs = "5.0.1"
2424
indicatif = "0.17.8"
2525
minijinja = "1.0.13"
2626
rayon = "1.9.0"
27-
reqwest = { version = "0.11.27", features = ["json", "blocking"] }
27+
reqwest = { version = "0.12.0", features = ["json", "blocking"] }
2828
serde = { version = "1.0.195", features = ["derive"] }
2929
serde_json = "1.0.113"
3030
time = { version = "0.3.34", features = ["local-offset"] }

0 commit comments

Comments
 (0)