diff --git a/Cargo.toml b/Cargo.toml index 65ecd9d..a412a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["api-bindings"] [dependencies] hyper = { version = "1.0.1", features = ["client", "http1"] } -hyper-tls = "0.5.0" +hyper-tls = "0.6.0" reqwest = { version = "0.11.18", features = ["json", "blocking"] } serde = { version = "1.0.180", features = ["derive"] } serde_json = "1.0.104"