GNU bug report logs -
#75980
[PATCH rust-team 000/106] Add cargo-development-inputs.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Fri, 31 Jan 2025 21:06:01 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-web.scm (rust-h2-0.1): Use rust-webpki-0.18
instead of 0.21. Remove rust-tokio-rustls-0.12, rust-webpki-roots-0.17.
Change-Id: Ied1aebb5271185423848d03b16fd664788bdcef4
---
gnu/packages/crates-web.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 22992aabdfe..754f542619d 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3139,7 +3139,7 @@ (define-public rust-h2-0.1
(sha256
(base32 "0qn457y8xh03p7c7cpk76r22gqpyqxc58g5022j3iya7d0j4rcx5"))))
(arguments
- `(#:skip-build? #t ;; TODO missing indirect dependency
+ `(#:skip-build? #t ; Missing development dependencies.
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
("rust-bytes" ,rust-bytes-0.4)
@@ -3156,14 +3156,14 @@ (define-public rust-h2-0.1
("rust-hex" ,rust-hex-0.2)
("rust-quickcheck" ,rust-quickcheck-0.4)
("rust-rand" ,rust-rand-0.3)
- ;;("rust-rustls" ,rust-rustls-0.12) requires 0.5
+ ;; ("rust-rustls" ,rust-rustls-0.12)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-tokio" ,rust-tokio-0.1)
- ("rust-tokio-rustls" ,rust-tokio-rustls-0.12)
+ ;; ("rust-tokio-rustls" ,rust-tokio-rustls-0.5)
("rust-walkdir" ,rust-walkdir-1)
- ("rust-webpki" ,rust-webpki-0.21)
- ("rust-webpki-roots" ,rust-webpki-roots-0.17))))))
+ ;; ("rust-webpki-roots" ,rust-webpki-roots-0.14)
+ ("rust-webpki" ,rust-webpki-0.18))))))
(define-public rust-h3-0.0.6
(package
--
2.47.1
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.