Bump base64 dependency from 0.21 to 0.22

epel10 imports/epel10/rust-hdrhistogram-7.5.4-4.el10
Fabio Valentini 5 months ago
parent dc7de5ee84
commit 20bab7e59b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,11 @@
--- hdrhistogram-7.5.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hdrhistogram-7.5.4/Cargo.toml 2024-09-21T21:16:07.891291+00:00
@@ -47,7 +47,7 @@
required-features = ["serialization"]
[dependencies.base64]
-version = "0.21"
+version = "0.22"
optional = true
[dependencies.byteorder]

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
# * missing dev-dependencies: ieee754 ^0.2.2, rug ^1.2.0 # * missing dev-dependencies: ieee754 ^0.2.2, rug ^1.2.0
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -14,6 +14,9 @@ Summary: Port of HdrHistogram to Rust
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/hdrhistogram URL: https://crates.io/crates/hdrhistogram
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump base64 dependency from 0.21 to 0.22
Patch: hdrhistogram-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1,3 +1,8 @@
[package]
cargo-toml-patch-comments = [
"bump base64 dependency from 0.21 to 0.22",
]
[tests] [tests]
run = ["none"] run = ["none"]
comments = ["missing dev-dependencies: ieee754 ^0.2.2, rug ^1.2.0"] comments = ["missing dev-dependencies: ieee754 ^0.2.2, rug ^1.2.0"]

Loading…
Cancel
Save