Update to version 0.7.1; Fixes RHBZ#2295563

epel10
Fabio Valentini 8 months ago
parent 5d97aafebe
commit ca581aff78
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/rustls-native-certs-0.6.2.crate
/rustls-native-certs-0.6.3.crate
/rustls-native-certs-0.7.0.crate
/rustls-native-certs-0.7.1.crate

@ -6,7 +6,7 @@
%global crate rustls-native-certs
Name: rust-rustls-native-certs
Version: 0.7.0
Version: 0.7.1
Release: %autorelease
Summary: Allows rustls to use the platform native certificate store

@ -1,6 +1,6 @@
--- rustls-native-certs-0.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-native-certs-0.7.0/Cargo.toml 2024-04-19T20:27:38.548088+00:00
@@ -55,8 +55,3 @@
--- rustls-native-certs-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-native-certs-0.7.1/Cargo.toml 2024-07-06T14:24:20.122383+00:00
@@ -58,8 +58,3 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1.2"
@ -8,4 +8,4 @@
-version = "2"
-
-[target."cfg(windows)".dependencies.schannel]
-version = "0.1.15"
-version = "0.1"

@ -1 +1 @@
SHA512 (rustls-native-certs-0.7.0.crate) = 458d3739be07082c7a519e536779b844669f54bcf74353fce307ba468de26ae42e41f26295df4139b81eea9a7c8b39a58fff0f1228e521d5daed761308ed3872
SHA512 (rustls-native-certs-0.7.1.crate) = 31da13ad5c67ebf47e14327cb97c6592a18eac971d86782fd5c5cb6f87e477f47faa752fa3390093efe45fd7becf14c1539609391afabc3b50bbef2c3b3384aa

Loading…
Cancel
Save