Update to version 0.7.3; Fixes RHBZ#2093640

epel10
Fabio Valentini 3 years ago
parent 4abf5ca2cc
commit 690f610c21
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/tokio-util-0.6.9.crate
/tokio-util-0.7.1.crate
/tokio-util-0.7.2.crate
/tokio-util-0.7.3.crate

@ -6,7 +6,7 @@
%global crate tokio-util
Name: rust-%{crate}
Version: 0.7.2
Version: 0.7.3
Release: %autorelease
Summary: Additional utilities for working with Tokio
@ -14,6 +14,9 @@ Summary: Additional utilities for working with Tokio
License: MIT
URL: https://crates.io/crates/tokio-util
Source: %{crates_source}
# Initial patched metadata
# * drop unstable-only hashbrown dependency
Patch0: tokio-util-fix-metadata.diff
ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (tokio-util-0.7.2.crate) = c67c0ef7fa90a07503f932c2d11e27077570681abf6ad82773e0408c2f7751feda4208dcf86ea1ceef721591541a25328ba1b38a34653f4196433f2314549d87
SHA512 (tokio-util-0.7.3.crate) = 5c179fe85af6323c4080fdeb119847078b896e5416c0ea6440090ac829bb02f4b9cf4c983ede8eeb8bd628ab9f8acd96d02e2be0ac8d7449fc4011abb2894982

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