Skip to content

Commit 7fd689d

Browse files
fix(deps): bump reqwest from 0.12.20 to 0.12.21
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.21. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/commits) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bed5a9b commit 7fd689d

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.21", 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.21", default-features = false, features = [
9898
"http2",
9999
"charset",
100100
"rustls-tls",

0 commit comments

Comments
 (0)