Skip to content

Commit 95ed7ff

Browse files
committed
Upgrade hyper-rustls to 0.24
1 parent dadbe1d commit 95ed7ff

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
@@ -19,9 +19,9 @@ async-trait = "0.1"
1919
base64 = "0.21"
2020
dirs-next = "2.0"
2121
hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] }
22-
hyper-rustls = { version = "0.23.0", default-features = false, features = ["tokio-runtime", "http1", "http2"] }
22+
hyper-rustls = { version = "0.24", default-features = false, features = ["tokio-runtime", "http1", "http2"] }
2323
ring = "0.16.20"
24-
rustls = "0.20.2"
24+
rustls = "0.21"
2525
rustls-pemfile = "1.0.0"
2626
serde = {version = "1.0", features = ["derive", "rc"]}
2727
serde_json = "1.0"

0 commit comments

Comments
 (0)