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.
This commit is contained in:
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

View file

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