diff --git a/Cargo.toml b/Cargo.toml index 89a6fad..a3f0396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ const-str = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" hyper = { version = "0.14", features = ["client", "http1", "http2"] } -hyper-tls = "0.5" +hyper-tls = "0.6" futures = "0.3" log = "0.4" time = { version = "0.3", features = ["parsing"] }