Update to version 2.1.3; Fixes RHBZ#2302632

epel10
Fabio Valentini 7 months ago
parent c103b979c5
commit 675a167b6a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only bencher dev-dependency",
]

@ -1,18 +1,7 @@
--- rustls-pemfile-2.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-pemfile-2.1.2/Cargo.toml 2024-04-15T14:39:45.698163+00:00
@@ -27,10 +27,6 @@
name = "integration"
required-features = ["std"]
-[[bench]]
-name = "benchmark"
-harness = false
-
[dependencies.base64]
version = "0.22"
features = ["alloc"]
@@ -40,9 +36,6 @@
version = "1.3"
--- rustls-pemfile-2.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-pemfile-2.1.3/Cargo.toml 2024-08-05T20:20:25.478822+00:00
@@ -51,9 +51,6 @@
version = "1.7"
package = "rustls-pki-types"
-[dev-dependencies.bencher]

@ -1 +1 @@
SHA512 (rustls-pemfile-2.1.2.crate) = 35127c68250c31f2fd6924355ec37d5318d8a86ad38da48e68b3ea6e241deeb019eb967c510e95230be6d6c3357b0a85aa022942d21a50423632f8e2496177cb
SHA512 (rustls-pemfile-2.1.3.crate) = 94b98d05783ed0920c9ef89259e740ca77f8fecb4ce4ee894b7ba30acb0fe82f41cb2681b5eddedf8e3ba7c68d1dd740132a39028a99ce2e1070d7d88d99d641

Loading…
Cancel
Save