Skip to content

Commit 9abab65

Browse files
fix(deps): bump reqwest from 0.12.15 to 0.12.16
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.15 to 0.12.16. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.16) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3311ed2 commit 9abab65

File tree

2 files changed

+49
-39
lines changed

2 files changed

+49
-39
lines changed

Cargo.lock

Lines changed: 48 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ r2d2 = "0.8.10"
7979
r2d2_sqlite = "0.25.0"
8080
rand = "0.9.0"
8181
regex = "1.7.0"
82-
reqwest = { version = "0.12.14", default-features = false, features = [
82+
reqwest = { version = "0.12.16", default-features = false, features = [
8383
"http2",
8484
"charset",
8585
"rustls-tls",

0 commit comments

Comments
 (0)