Bump derive_builder dependency from 0.12 to 0.20

epel10 imports/epel10/rust-cargo_metadata-0.18.1-4.el10
Fabio Valentini 5 months ago
parent daf4a4fa67
commit 8d9b0c9295
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,11 @@
--- cargo_metadata-0.18.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cargo_metadata-0.18.1/Cargo.toml 2024-09-20T22:52:15.103429+00:00
@@ -32,7 +32,7 @@
version = "0.1.2"
[dependencies.derive_builder]
-version = "0.12"
+version = "0.20"
optional = true
[dependencies.semver]

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -12,6 +12,9 @@ Summary: Structured access to the output of cargo metadata
License: MIT License: MIT
URL: https://crates.io/crates/cargo_metadata URL: https://crates.io/crates/cargo_metadata
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump derive_builder dependency from 0.12 to 0.20
Patch: cargo_metadata-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

Loading…
Cancel
Save