Skip to content

Commit 806ab76

Browse files
fix(deps): bump reqwest from 0.12.24 to 0.12.26
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.26. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.12.26) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e14ea18 commit 806ab76

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

Cargo.lock

Lines changed: 11 additions & 7 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
@@ -84,7 +84,7 @@ r2d2_sqlite = "0.25.0"
8484
rand = "0.9.0"
8585
rayon = "1.10.0"
8686
regex = "1.7.0"
87-
reqwest = { version = "0.12.14", default-features = false, features = ["http2", "charset", "rustls-tls", "rustls-tls-native-roots", "gzip", "json", "socks", "cookies", "stream"] }
87+
reqwest = { version = "0.12.26", default-features = false, features = ["http2", "charset", "rustls-tls", "rustls-tls-native-roots", "gzip", "json", "socks", "cookies", "stream"] }
8888
ring = "0.17.14"
8989
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
9090
rustls = "0.23.23"

0 commit comments

Comments
 (0)