diff --git a/Cargo.lock b/Cargo.lock index 06fab59..fd7ea2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.2" +version = "0.8.0" dependencies = [ "openssl-probe", "ring", diff --git a/Cargo.toml b/Cargo.toml index 255de0e..75ef298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.7.2" +version = "0.8.0" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR ISC OR MIT"