Skip to content

Commit ea6e89b

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

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

Cargo.lock

Lines changed: 24 additions & 2 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
@@ -26,7 +26,7 @@ indicatif = "0.17.9"
2626
insta = { version = "1.41.1", features = ["filters"] }
2727
minijinja = "2.5.0"
2828
rayon = "1.10.0"
29-
reqwest = { version = "0.12.8", features = ["json", "blocking"] }
29+
reqwest = { version = "0.12.10", features = ["json", "blocking"] }
3030
serde = { version = "1.0.216", features = ["derive"] }
3131
serde_json = "1.0.134"
3232
time = { version = "0.3.37", features = ["local-offset"] }

0 commit comments

Comments
 (0)