diff --git a/Cargo.lock b/Cargo.lock index 9b939e6..cca59d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.8.0" +version = "0.8.1" dependencies = [ "openssl-probe", "ring", diff --git a/Cargo.toml b/Cargo.toml index cf90f1e..ed7e29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.8.0" +version = "0.8.1" edition = "2021" rust-version = "1.71" license = "Apache-2.0 OR ISC OR MIT"