Update the tokio-util dev-dependency to 0.7.x

epel10 imports/epel10/rust-weezl-0.1.8-4.el10
Benjamin A. Beasley 5 months ago
parent d2a4811867
commit 0ce1cef703

@ -1,4 +1,4 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global crate weezl
@ -13,6 +13,8 @@ URL: https://crates.io/crates/weezl
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
# * Update the tokio-util dev-dependency to 0.7.x
# (https://github.com/image-rs/weezl/pull/44)
Patch: weezl-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

@ -1,5 +1,5 @@
--- weezl-0.1.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ weezl-0.1.8/Cargo.toml 2024-01-30T12:29:00.622493+00:00
+++ weezl-0.1.8/Cargo.toml 2024-09-15T05:35:19.687052+00:00
@@ -61,19 +61,11 @@
name = "implicit_reset"
required-features = ["std"]
@ -20,3 +20,12 @@
[dev-dependencies.tokio]
version = "1"
@@ -87,7 +79,7 @@
default-features = false
[dev-dependencies.tokio-util]
-version = "0.6.2"
+version = "0.7.7"
features = ["compat"]
default-features = false

Loading…
Cancel
Save