gnu: rust-bytes-1: Update to 1.9.0.

* gnu/packages/crates-io.scm (rust-bytes-1): Update to 1.9.0.
[cargo-development-inputs]: Replace rust-loom-0.5 with 0.7.

Change-Id: I4938df3ebf0aa67e3f86ef35348ba94c57675883
This commit is contained in:
Efraim Flashner 2024-12-19 19:49:42 +02:00
parent d28ebd06ab
commit e96eafd320
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10997,20 +10997,20 @@ (define-public rust-byteorder-lite-0.1
(define-public rust-bytes-1
(package
(name "rust-bytes")
(version "1.4.0")
(version "1.9.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bytes" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1gkh3fk4fm9xv5znlib723h5md5sxsvbd5113sbxff6g1lmgvcl9"))))
(base32 "16ykzx24v1x4f42v2lxyvlczqhdfji3v7r4ghwckpwijzvb1hn9j"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-loom" ,rust-loom-0.5)
(("rust-loom" ,rust-loom-0.7)
("rust-serde-test" ,rust-serde-test-1))))
(home-page "https://github.com/tokio-rs/bytes")
(synopsis "Types and traits for working with bytes")