Update to version 0.7.12; Fixes RHBZ#2310086

epel10
Fabio Valentini 5 months ago
parent 06461aa044
commit ce66c0ec36
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/tokio-util-0.7.9.crate
/tokio-util-0.7.10.crate
/tokio-util-0.7.11.crate
/tokio-util-0.7.12.crate

@ -6,7 +6,7 @@
%global crate tokio-util
Name: rust-tokio-util
Version: 0.7.11
Version: 0.7.12
Release: %autorelease
Summary: Additional utilities for working with Tokio

@ -1 +1 @@
SHA512 (tokio-util-0.7.11.crate) = 09956fc3eac8587f48cc739370883b96d19eb3de19293d240396b64b187178adc081248a5ed3d15accf97c27f9aabd0e6a1e3e2a194f330a0efcbebcd5055360
SHA512 (tokio-util-0.7.12.crate) = df30a9b0cb435bbf3030c1d5bfd4391310b96833acfc623f5343fadd694fc44601fa07663fefa2cfc6719d444632890efb696727d9c1049376fc6e01f1814c78

@ -1,6 +1,6 @@
--- tokio-util-0.7.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.11/Cargo.toml 2024-05-07T22:23:41.342096+00:00
@@ -122,13 +122,9 @@
--- tokio-util-0.7.12/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.12/Cargo.toml 2024-09-17T20:08:10.797364+00:00
@@ -234,14 +234,9 @@
"tokio/rt",
"tokio/sync",
"futures-util",
@ -14,3 +14,4 @@
-[target."cfg(tokio_unstable)".dependencies.hashbrown]
-version = "0.14.0"
-optional = true
-default-features = false

Loading…
Cancel
Save