diff --git a/gotham/Cargo.toml b/gotham/Cargo.toml index 4ecc8cd8..0ad2d2fd 100644 --- a/gotham/Cargo.toml +++ b/gotham/Cargo.toml @@ -51,7 +51,7 @@ serde = { version = "1.0.186", features = ["derive"] } thiserror = "1.0.2" time = { version = "0.3.4", default-features = false, features = ["std", "formatting", "macros"] } tokio = { version = "1.11.0", features = ["net", "rt-multi-thread", "time", "fs", "io-util"] } -tokio-rustls = { version = "0.23", optional = true } +tokio-rustls = { version = "0.26", optional = true } uuid = { version = "1.0", features = ["v4"] } [dev-dependencies]