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

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

Change-Id: Ia4d1f781df55d25380b17cae8c1909f522796a6c
This commit is contained in:
Efraim Flashner 2024-01-05 13:13:02 +02:00
parent 2da94a19b6
commit 3b8626185d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -27196,18 +27196,17 @@ timeouts and delays with futures.")
(define-public rust-futures-util-0.3
(package
(name "rust-futures-util")
(version "0.3.28")
(version "0.3.30")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-util" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0cwmls9369w6q6hwlbm10q0plr6hmg8w28fpqvv4rmbjnx01xc16"))))
(base32 "0j0xqhcir1zf2dcbpd421kgw6wvsk0rpxflylcysn1rlp3g02r1x"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Doc tests fail.
`(#:tests? #f ; use of undeclared crate or module `futures`
#:cargo-inputs
(("rust-futures" ,rust-futures-0.1)
("rust-futures-channel" ,rust-futures-channel-0.3)