diff --git a/Cargo.toml b/Cargo.toml index fe2d97f..253db83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ urlencoding = "2.1.3" hyper-rustls = { version = "0.23.2", features = ["rustls-native-certs"] } bytes = "1.5.0" rustls-pemfile = "2.0.0" -rustls = { version = "0.21.0", features = ["dangerous_configuration"] } +rustls = { version = "0.22.2", features = ["dangerous_configuration"] } rustls-native-certs = "0.6.3" [dev-dependencies]