Skip to content

Commit a07bb7a

Browse files
committed
bump reqwest
1 parent 5f77b7a commit a07bb7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ futures = { version = "0.3.28", default-features = false, features = [
7676
http = "1.0"
7777
http-body-util = "0.1"
7878
hyper = "1.0"
79-
reqwest = { version = "0.11.22", default-features = false, features = [
80-
"rustls",
79+
reqwest = { version = "0.12.3", default-features = false, features = [
80+
"rustls-tls",
8181
] }
8282
serde = "1.0.192"
8383
time = "0.3.30"

0 commit comments

Comments
 (0)