1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +02:00

gnu: rust-tiny-http-0.12: Replace cargo-inputs.

* gnu/packages/crates-web.scm (rust-tiny-http-0.12)[cargo-inputs]:
Replace rust-httparse-1 with rust-zeroize-1.

Change-Id: I356255fa36dc46c77c6f315b3b8a9b96b13c0c30
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm
2025-01-31 22:09:28 +01:00
committed by Hilton Chain
parent a9677e5060
commit ad343171c6

View File

@@ -6338,12 +6338,12 @@ alike. It's completely modular, and built directly for @code{async/await}.")
`(#:cargo-inputs
(("rust-ascii" ,rust-ascii-1)
("rust-chunked-transfer" ,rust-chunked-transfer-1)
("rust-httparse" ,rust-httparse-1)
("rust-httpdate" ,rust-httpdate-1)
("rust-log" ,rust-log-0.4)
("rust-openssl" ,rust-openssl-0.10)
("rust-rustls" ,rust-rustls-0.20)
("rust-rustls-pemfile" ,rust-rustls-pemfile-0.2))
("rust-rustls-pemfile" ,rust-rustls-pemfile-0.2)
("rust-zeroize" ,rust-zeroize-1))
#:cargo-development-inputs
(("rust-fdlimit" ,rust-fdlimit-0.1)
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)