me
/
guix
Archived
1
0
Fork 0

gnu: rust-rocket-http-0.4: Update to 0.4.7 [fixes CVE-2021-29935].

* gnu/packages/crates-io.scm (rust-rocket-http-0.4): Update to 0.4.7.
master
Léo Le Bouter 2021-04-01 16:34:25 +02:00
parent f811f13660
commit 9c9a36de73
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -33143,14 +33143,14 @@ and speed.")
(define-public rust-rocket-http-0.4
(package
(name "rust-rocket-http")
(version "0.4.6")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "rocket_http" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0msjjclqcgh8kpa54b4kv6zbybambc9kmkfm1q5adiq3fbg8gl59"))))
(base32 "0ga98nbcga8amg4xhrfkn1wljnqx9h0vv7mnay9g66vsxl042dnf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t