gnu: rust-futures-util-0.3: Update to 0.3.31.

* gnu/packages/crates-io.scm (rust-futures-util-0.3): Update to 0.3.31.

Change-Id: If6f6b8df06618f3a450733618b129404d4490455
This commit is contained in:
Efraim Flashner 2024-12-24 22:05:59 +02:00
parent 6ea99df7d0
commit 16bb384223
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -31400,14 +31400,14 @@ (define-public rust-futures-timer-0.1
(define-public rust-futures-util-0.3
(package
(name "rust-futures-util")
(version "0.3.30")
(version "0.3.31")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-util" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0j0xqhcir1zf2dcbpd421kgw6wvsk0rpxflylcysn1rlp3g02r1x"))))
(base32 "10aa1ar8bgkgbr4wzxlidkqkcxf77gffyj8j7768h831pcaq784z"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `futures`