mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: rust-axum-extra-0.9: Update to 0.9.6.
* gnu/packages/crates-web.scm (rust-axum-extra-0.9): Update to 0.9.6. [cargo-inputs]: Add rust-fastrand-2, rust-tracing-0.1, rust-typed-json-0.1. Replace rust-tower-0.4 with 0.5. [cargo-development-inputs]: Add rust-hyper-1, rust-reqwest-0.12. Replace rust-tower-0.4 with 0.5, rust-tower-http-0.5 with 0.6. Change-Id: I884d254f5b1650931f3aaaaa4f2122dd91f88984
This commit is contained in:
parent
5a539b8438
commit
e9eb4300da
1 changed files with 11 additions and 9 deletions
|
@ -2415,14 +2415,14 @@ built on the Actix ecosystem.")
|
||||||
(define-public rust-axum-extra-0.9
|
(define-public rust-axum-extra-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-axum-extra")
|
(name "rust-axum-extra")
|
||||||
(version "0.9.2")
|
(version "0.9.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "axum-extra" version))
|
(uri (crate-uri "axum-extra" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13yxdzc0jj9d2q4yqf13qs4psrx9l86vk3zn79vifrh1f8pz8pw9"))))
|
(base32 "011gr9fkxild2yv7rxgn9shzlbcpyzvps3vlnwpiq2jgj06b7567"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Not all files included.
|
`(#:tests? #f ; Not all files included.
|
||||||
|
@ -2431,6 +2431,7 @@ built on the Actix ecosystem.")
|
||||||
("rust-axum-macros" ,rust-axum-macros-0.4)
|
("rust-axum-macros" ,rust-axum-macros-0.4)
|
||||||
("rust-bytes" ,rust-bytes-1)
|
("rust-bytes" ,rust-bytes-1)
|
||||||
("rust-cookie" ,rust-cookie-0.18)
|
("rust-cookie" ,rust-cookie-0.18)
|
||||||
|
("rust-fastrand" ,rust-fastrand-2)
|
||||||
("rust-form-urlencoded" ,rust-form-urlencoded-1)
|
("rust-form-urlencoded" ,rust-form-urlencoded-1)
|
||||||
("rust-futures-util" ,rust-futures-util-0.3)
|
("rust-futures-util" ,rust-futures-util-0.3)
|
||||||
("rust-headers" ,rust-headers-0.4)
|
("rust-headers" ,rust-headers-0.4)
|
||||||
|
@ -2449,17 +2450,18 @@ built on the Actix ecosystem.")
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tokio-stream" ,rust-tokio-stream-0.1)
|
("rust-tokio-stream" ,rust-tokio-stream-0.1)
|
||||||
("rust-tokio-util" ,rust-tokio-util-0.7)
|
("rust-tokio-util" ,rust-tokio-util-0.7)
|
||||||
("rust-tower" ,rust-tower-0.4)
|
("rust-tower" ,rust-tower-0.5)
|
||||||
("rust-tower-layer" ,rust-tower-layer-0.3)
|
("rust-tower-layer" ,rust-tower-layer-0.3)
|
||||||
("rust-tower-service" ,rust-tower-service-0.3))
|
("rust-tower-service" ,rust-tower-service-0.3)
|
||||||
#:cargo-development-inputs (("rust-axum" ,rust-axum-0.7)
|
("rust-tracing" ,rust-tracing-0.1)
|
||||||
("rust-hyper" ,rust-hyper-1)
|
("rust-typed-json" ,rust-typed-json-0.1))
|
||||||
("rust-reqwest" ,rust-reqwest-0.11)
|
#:cargo-development-inputs (("rust-hyper" ,rust-hyper-1)
|
||||||
|
("rust-reqwest" ,rust-reqwest-0.12)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-serde-json" ,rust-serde-json-1)
|
("rust-serde-json" ,rust-serde-json-1)
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tower" ,rust-tower-0.4)
|
("rust-tower" ,rust-tower-0.5)
|
||||||
("rust-tower-http" ,rust-tower-http-0.5))))
|
("rust-tower-http" ,rust-tower-http-0.6))))
|
||||||
(home-page "https://github.com/tokio-rs/axum")
|
(home-page "https://github.com/tokio-rs/axum")
|
||||||
(synopsis "Extra utilities for axum")
|
(synopsis "Extra utilities for axum")
|
||||||
(description "Extra utilities for axum.")
|
(description "Extra utilities for axum.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue