gnu: rust-h2-0.3: Update to 0.3.25.

* gnu/packages/crates-web.scm (rust-h2-0.3): Update to 0.3.25.
[cargo-development-inputs]: Replace rust-env-logger-0.9 with 0.10,
rust-tokio-rustls-0.23 with 0.24, rust-webpki-roots-0.22 with 0.25.

Change-Id: I5a63162540468ecbdb21e85d7ae0eeb320fe37f3
This commit is contained in:
Efraim Flashner 2024-03-18 11:41:58 +02:00
parent 57e5c8aefa
commit 8028262b3d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2184,14 +2184,14 @@ (define-public rust-h2-0.3
(package
(inherit rust-h2-0.4)
(name "rust-h2")
(version "0.3.21")
(version "0.3.25")
(source
(origin
(method url-fetch)
(uri (crate-uri "h2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0cq8g5bgk3fihnqicy3g8gc3dpsalzqjg4bjyip9g4my26m27z4i"))))
(base32 "1sqq8rnv3vrwra7wzgc6099j9zw80rnm9aslhsa8d674qlh2igag"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all files included.
@ -2206,16 +2206,16 @@ (define-public rust-h2-0.3
("rust-tokio" ,rust-tokio-1)
("rust-tokio-util" ,rust-tokio-util-0.7)
("rust-tracing" ,rust-tracing-0.1))
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.9)
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.10)
("rust-hex" ,rust-hex-0.4)
("rust-quickcheck" ,rust-quickcheck-1)
("rust-rand" ,rust-rand-0.8)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-tokio" ,rust-tokio-1)
("rust-tokio-rustls" ,rust-tokio-rustls-0.23)
("rust-tokio-rustls" ,rust-tokio-rustls-0.24)
("rust-walkdir" ,rust-walkdir-2)
("rust-webpki-roots" ,rust-webpki-roots-0.22))))))
("rust-webpki-roots" ,rust-webpki-roots-0.25))))))
(define-public rust-h2-0.2
(package