Skip to content

Commit 8fbd328

Browse files
chore(deps): update rust crate reqwest to 0.13.1
1 parent 9414e07 commit 8fbd328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ semver = "1.0.27"
4242
chrono = "0.4.42"
4343
jsonwebtoken = "9.3.1"
4444
# reqwest's default-features enables default-tls and we are not including it since we are using rustls only.
45-
reqwest = { version = "0.12.28", default-features = false, features = [
45+
reqwest = { version = "0.13.1", default-features = false, features = [
4646
"blocking",
4747
"rustls-tls",
4848
"rustls-tls-native-roots",

0 commit comments

Comments
 (0)