Update to version 0.7.13; Fixes RHBZ#2330329

epel10 imports/epel10/rust-tokio-util-0.7.13-1.el10
Fabio Valentini 3 months ago
parent ce66c0ec36
commit eee2b33052
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/tokio-util-0.7.10.crate /tokio-util-0.7.10.crate
/tokio-util-0.7.11.crate /tokio-util-0.7.11.crate
/tokio-util-0.7.12.crate /tokio-util-0.7.12.crate
/tokio-util-0.7.13.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate tokio-util %global crate tokio-util
Name: rust-tokio-util Name: rust-tokio-util
Version: 0.7.12 Version: 0.7.13
Release: %autorelease Release: %autorelease
Summary: Additional utilities for working with Tokio Summary: Additional utilities for working with Tokio

@ -1 +1 @@
SHA512 (tokio-util-0.7.12.crate) = df30a9b0cb435bbf3030c1d5bfd4391310b96833acfc623f5343fadd694fc44601fa07663fefa2cfc6719d444632890efb696727d9c1049376fc6e01f1814c78 SHA512 (tokio-util-0.7.13.crate) = 2a1e8fbdd094f81e00ee87eb5ebc4c62825945048105970e52d6d0a872769d268a41ddf91c60158c02a303ecbaa1b19795948b5416f9bbfcb079c5b27d39d51f

@ -1,5 +1,5 @@
--- tokio-util-0.7.12/Cargo.toml 1970-01-01T00:00:01+00:00 --- tokio-util-0.7.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.12/Cargo.toml 2024-09-17T20:08:10.797364+00:00 +++ tokio-util-0.7.13/Cargo.toml 2024-12-04T22:32:17.272177+00:00
@@ -234,14 +234,9 @@ @@ -234,14 +234,9 @@
"tokio/rt", "tokio/rt",
"tokio/sync", "tokio/sync",

Loading…
Cancel
Save