diff --git a/lib/Cargo.toml b/lib/Cargo.toml index eef84bb9ef..ae51f3d907 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -31,7 +31,7 @@ telegram-bot-raw = { version = "0.9.0", path = "../raw" } hyper = { version = "0.14", features = ["client", "http1"] } hyper-tls = { version = "0.5", optional = true } futures = "0.3" -hyper-rustls = { version = "0.22", optional = true } +hyper-rustls = { version = "0.23", optional = true } [dev-dependencies] tracing-subscriber = "0.2.15" tokio = { version = "1.2", features = ["macros", "time", "fs", "rt-multi-thread"] }