Skip to content

Commit b0bac04

Browse files
fix(deps): bump reqwest from 0.12.12 to 0.12.13 (#802)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.12 to 0.12.13. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.13) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c07b410 commit b0bac04

File tree

2 files changed

+53
-25
lines changed

2 files changed

+53
-25
lines changed

Cargo.lock

Lines changed: 52 additions & 24 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
@@ -107,7 +107,7 @@ r2d2 = "0.8.10"
107107
r2d2_sqlite = "0.25.0"
108108
rand = "0.9.0"
109109
regex = "1.7.0"
110-
reqwest = { version = "0.12.12", default-features = false, features = [
110+
reqwest = { version = "0.12.14", default-features = false, features = [
111111
# defaults except tls
112112
"http2",
113113
"charset",

0 commit comments

Comments
 (0)