efraim pushed a commit to branch rust-team
in repository guix.
commit 6d418d3f53f043990fbe50e98002e23ae2cbb200
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Feb 22 10:57:14 2023 +0200
gnu: rust-h2-0.3: Update to 0.3.15.
* gnu/packages/crates-io.scm (rust-h2-0.3): Update to 0.3.15.
[cargo-inputs]: Replace rust-tokio-util-0.6 with 0.7.
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 96c57a5b01..b623c313bc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25505,14 +25505,14 @@ of gzip files based on the gzip header implementation
in the @code{flate2} crate
(define-public rust-h2-0.3
(package
(name "rust-h2")
- (version "0.3.7")
+ (version "0.3.15")
(source
(origin
(method url-fetch)
(uri (crate-uri "h2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0mdf0x3cxj4rhx2zrm0gnx02i43gqcz3q4awzidargff5xb1kn3z"))))
+ (base32 "1x6h3pqi4gzgcl6xdfpjmbm0mkh2mckgav4in9b54dfskny2k7sz"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
@@ -25526,7 +25526,7 @@ of gzip files based on the gzip header implementation
in the @code{flate2} crate
("rust-indexmap" ,rust-indexmap-1)
("rust-slab" ,rust-slab-0.4)
("rust-tokio" ,rust-tokio-1)
- ("rust-tokio-util" ,rust-tokio-util-0.6)
+ ("rust-tokio-util" ,rust-tokio-util-0.7)
("rust-tracing" ,rust-tracing-0.1))))
(home-page "https://github.com/hyperium/h2")
(synopsis "HTTP/2.0 client and server")