Update to version 0.7.4; Fixes RHBZ#2125183

epel10
Fabio Valentini 2 years ago
parent 6bed3cc72a
commit 1abc595a45
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/tokio-util-0.7.1.crate /tokio-util-0.7.1.crate
/tokio-util-0.7.2.crate /tokio-util-0.7.2.crate
/tokio-util-0.7.3.crate /tokio-util-0.7.3.crate
/tokio-util-0.7.4.crate

@ -1,22 +1,20 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tokio-util %global crate tokio-util
Name: rust-%{crate} Name: rust-tokio-util
Version: 0.7.3 Version: 0.7.4
Release: %autorelease Release: %autorelease
Summary: Additional utilities for working with Tokio Summary: Additional utilities for working with Tokio
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/tokio-util URL: https://crates.io/crates/tokio-util
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop unstable-only hashbrown dependency Patch: tokio-util-fix-metadata-auto.diff
Patch0: tokio-util-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (tokio-util-0.7.3.crate) = 5c179fe85af6323c4080fdeb119847078b896e5416c0ea6440090ac829bb02f4b9cf4c983ede8eeb8bd628ab9f8acd96d02e2be0ac8d7449fc4011abb2894982 SHA512 (tokio-util-0.7.4.crate) = 910b997574a4ef8a638c5483146b4b39ab9cfeaec5fa41812f4c6835d9dcc648adf77ad8f6d914b58d435e0127d9f162beb396bf97fb74e34256ee1857f118db

@ -1,6 +1,6 @@
--- tokio-util-0.7.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- tokio-util-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.3/Cargo.toml 2022-07-16T12:43:18.189939+00:00 +++ tokio-util-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -115,13 +115,8 @@ @@ -119,13 +119,9 @@
"tokio/rt", "tokio/rt",
"tokio/sync", "tokio/sync",
"futures-util", "futures-util",
@ -10,7 +10,7 @@
"tokio/time", "tokio/time",
"slab", "slab",
] ]
-
-[target."cfg(tokio_unstable)".dependencies.hashbrown] -[target."cfg(tokio_unstable)".dependencies.hashbrown]
-version = "0.12.0" -version = "0.12.0"
-optional = true -optional = true
Loading…
Cancel
Save