Update to version 2.2.0; Fixes RHBZ#2315737

epel10 imports/epel10/rust-rustls-pemfile-2.2.0-1.el10
Fabio Valentini 4 months ago
parent 675a167b6a
commit c04052bd43
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/rustls-pemfile-1.0.4.crate /rustls-pemfile-1.0.4.crate
/rustls-pemfile-2.1.2.crate /rustls-pemfile-2.1.2.crate
/rustls-pemfile-2.1.3.crate /rustls-pemfile-2.1.3.crate
/rustls-pemfile-2.2.0.crate

@ -5,7 +5,7 @@
%global crate rustls-pemfile %global crate rustls-pemfile
Name: rust-rustls-pemfile Name: rust-rustls-pemfile
Version: 2.1.3 Version: 2.2.0
Release: %autorelease Release: %autorelease
Summary: Basic .pem file parser for keys and certificates Summary: Basic .pem file parser for keys and certificates

@ -1,7 +1,16 @@
--- rustls-pemfile-2.1.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- rustls-pemfile-2.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-pemfile-2.1.3/Cargo.toml 2024-08-05T20:20:25.478822+00:00 +++ rustls-pemfile-2.2.0/Cargo.toml 2024-10-19T09:46:11.174359+00:00
@@ -51,9 +51,6 @@ @@ -37,18 +37,10 @@
version = "1.7" path = "tests/integration.rs"
required-features = ["std"]
-[[bench]]
-name = "benchmark"
-path = "benches/benchmark.rs"
-harness = false
-
[dependencies.pki-types]
version = "1.9"
package = "rustls-pki-types" package = "rustls-pki-types"
-[dev-dependencies.bencher] -[dev-dependencies.bencher]
@ -9,4 +18,4 @@
- -
[features] [features]
default = ["std"] default = ["std"]
std = ["base64/std"] std = ["pki-types/std"]

@ -1 +1 @@
SHA512 (rustls-pemfile-2.1.3.crate) = 94b98d05783ed0920c9ef89259e740ca77f8fecb4ce4ee894b7ba30acb0fe82f41cb2681b5eddedf8e3ba7c68d1dd740132a39028a99ce2e1070d7d88d99d641 SHA512 (rustls-pemfile-2.2.0.crate) = 1e69f0b72c6060eb0a54ec8a1cb51809525b053771a1d417892205f8f5dbcf4ba45250fc0d6a836e0cc8fede06d934f0a90c47d475cd8e066dcb3f7504ddaf17

Loading…
Cancel
Save