Skip to content

Commit 33f5bfa

Browse files
chore(deps): update rust crate reqwest to 0.12.24
1 parent eb2d97e commit 33f5bfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -35,7 +35,7 @@ semver = "1.0.27"
3535
chrono = "0.4.42"
3636
jsonwebtoken = "9.3.1"
3737
# reqwest's default-features enables default-tls and we are not including it since we are using rustls only.
38-
reqwest = { version = "0.12.23", default-features = false, features = [
38+
reqwest = { version = "0.12.24", default-features = false, features = [
3939
"blocking",
4040
"rustls-tls",
4141
"rustls-tls-native-roots",

0 commit comments

Comments
 (0)