Skip to content

Commit a1e6ee6

Browse files
committed
chore: update dependency constraints
1 parent 0d166eb commit a1e6ee6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ bstr = "1.0.0"
2323
bytes = "1.0.0"
2424
futures = "0.3.11"
2525
http = "0.2.0"
26-
hyper = { version = "0.14.7", features = ["client", "http1", "server", "tcp"] }
26+
hyper = { version = "0.14.15", features = ["client", "http1", "server", "tcp"] }
2727
hyper-rustls = { version = "0.23.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true }
2828
hyper-tls = { version = "0.5.0", optional = true }
2929
hyper-tungstenite = "0.9.0"
3030
moka = { version = "0.10.0", features = ["future"], optional = true }
31-
openssl = { version = "0.10.25", optional = true }
31+
openssl = { version = "0.10.39", optional = true }
3232
rand = { version = "0.8.0", optional = true }
3333
rcgen = { version = "0.10.0", features = ["x509-parser"], optional = true }
34-
thiserror = "1.0.23"
35-
time = { version = "0.3.1", optional = true }
36-
tokio = { version = "1.6.1", features = ["rt"] }
34+
thiserror = "1.0.30"
35+
time = { version = "0.3.7", optional = true }
36+
tokio = { version = "1.13.0", features = ["rt"] }
3737
tokio-rustls = "0.23.0"
3838
tokio-tungstenite = "0.18.0"
3939
tokio-util = { version = "0.7.0", features = ["io"], optional = true }

0 commit comments

Comments
 (0)