diff --git a/Cargo.toml b/Cargo.toml index fe2d97f..910ba77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ 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-native-certs = "0.6.3" +rustls-native-certs = "0.7.0" [dev-dependencies] rand = "0.8.5"