mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
f811f13660
commit
9c9a36de73
1 changed files with 2 additions and 2 deletions
|
@ -33143,14 +33143,14 @@ (define-public rust-rocket-codegen-0.4
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue