gnu: rust-rust-embed-8: Update to 8.5.0.

* gnu/packages/crates-io.scm (rust-rust-embed-8): Update to 8.5.0.
[cargo-inputs]: Replace rust-include-flate-0.2 with 0.3.

Change-Id: I5d37cd7130c160f1b72b442486b875b2cbda0fde
This commit is contained in:
Efraim Flashner 2024-11-21 09:12:54 +02:00
parent 189c3e500b
commit 2b73010b85
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -67945,14 +67945,14 @@ (define-public rust-rust-decimal-macros-1
(define-public rust-rust-embed-8
(package
(name "rust-rust-embed")
(version "8.3.0")
(version "8.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rust-embed" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ic70vd4lh6dhjnxaq8wywq3bg23jf78jyyashb3s1b601nz8y7v"))))
(base32 "1h2k15ajsq9x70l11h61m4wlg8qias4mw4bg4yy7wpnx9x5ayrps"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags '("--release" "--"
@ -67962,7 +67962,7 @@ (define-public rust-rust-embed-8
#:cargo-inputs (("rust-actix-web" ,rust-actix-web-4)
("rust-axum" ,rust-axum-0.7)
("rust-hex" ,rust-hex-0.4)
("rust-include-flate" ,rust-include-flate-0.2)
("rust-include-flate" ,rust-include-flate-0.3)
("rust-mime-guess" ,rust-mime-guess-2)
("rust-poem" ,rust-poem-1)
("rust-rocket" ,rust-rocket-0.5)