Skip to content

Commit e20a911

Browse files
fix(deps): bump reqwest from 0.12.20 to 0.12.22
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.22. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.20...v0.12.22) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b0fd5c commit e20a911

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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
@@ -112,7 +112,7 @@ r2d2_sqlite = "0.25.0"
112112
rand = "0.9.0"
113113
rayon = "1.8.0"
114114
regex = "1.7.0"
115-
reqwest = { version = "0.12.14", default-features = false, features = [
115+
reqwest = { version = "0.12.22", default-features = false, features = [
116116
# defaults except tls
117117
"http2",
118118
"charset",

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ r2d2 = "0.8.10"
9494
r2d2_sqlite = "0.25.0"
9595
rand = "0.9.0"
9696
regex = "1.7.0"
97-
reqwest = { version = "0.12.14", default-features = false, features = [
97+
reqwest = { version = "0.12.22", default-features = false, features = [
9898
"http2",
9999
"charset",
100100
"rustls-tls",

0 commit comments

Comments
 (0)