diff --git a/Cargo.lock b/Cargo.lock index 4ab8334..d557086 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.0" +version = "0.7.1" dependencies = [ "openssl-probe", "ring", diff --git a/Cargo.toml b/Cargo.toml index b0ccf3c..7a3ab03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.7.0" +version = "0.7.1" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR ISC OR MIT"