mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: rust-actix-http-3: Update to 3.9.0.
* gnu/packages/crates-web.scm (rust-actix-http-3): Update to 3.9.0. [cargo-inputs]: Replace rust-base64-0.21 with 0.22, rust-brotli-3 with 6. [cargo-development-inputs]: Add rust-actix-http-test-3, rust-actix-server-2, rust-actix-tls-3, rust-actix-web-4, rust-async-stream-0.3, rust-criterion-0.5, rust-divan-0.1, rust-env-logger-0.11, rust-futures-util-0.3, rust-memchr-2, rust-once-cell-1, rust-openssl-0.10, rust-rcgen-0.13, rust-regex-1, rust-rustls-0.23, rust-rustls-pemfile-2, rust-rustversion-1, rust-serde-1, rust-serde-json-1, rust-static-assertions-1, rust-tokio-1. [native-inputs]: Add pkg-config. [inputs]: Add openssl, zstd:lib. Change-Id: I432e0f4fd571d59f79add70f1ade3c1c89737ef4
This commit is contained in:
parent
0b75e4fa16
commit
20ed1ee68e
1 changed files with 30 additions and 6 deletions
|
@ -372,26 +372,26 @@
|
|||
(define-public rust-actix-http-3
|
||||
(package
|
||||
(name "rust-actix-http")
|
||||
(version "3.6.0")
|
||||
(version "3.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "actix-http" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hx7rjc1cwrrql5qmihl31hf7nblwyd6a4mvhcghvz41shzv28yj"))))
|
||||
(base32 "1i7sj4p8vd1hv2nfwxmdcwk51pn7m013vjjnk3mplw8363y9d3yl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `once_cell`
|
||||
`(#:tests? #f ; use of undeclared crate or module `h2`
|
||||
#:cargo-inputs (("rust-actix-codec" ,rust-actix-codec-0.5)
|
||||
("rust-actix-rt" ,rust-actix-rt-2)
|
||||
("rust-actix-service" ,rust-actix-service-2)
|
||||
("rust-actix-tls" ,rust-actix-tls-3)
|
||||
("rust-actix-utils" ,rust-actix-utils-3)
|
||||
("rust-ahash" ,rust-ahash-0.8)
|
||||
("rust-base64" ,rust-base64-0.21)
|
||||
("rust-base64" ,rust-base64-0.22)
|
||||
("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-brotli" ,rust-brotli-3)
|
||||
("rust-brotli" ,rust-brotli-6)
|
||||
("rust-bytes" ,rust-bytes-1)
|
||||
("rust-bytestring" ,rust-bytestring-1)
|
||||
("rust-derive-more" ,rust-derive-more-0.99)
|
||||
|
@ -414,7 +414,31 @@
|
|||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tokio-util" ,rust-tokio-util-0.7)
|
||||
("rust-tracing" ,rust-tracing-0.1)
|
||||
("rust-zstd" ,rust-zstd-0.13))))
|
||||
("rust-zstd" ,rust-zstd-0.13))
|
||||
#:cargo-development-inputs
|
||||
(("rust-actix-http-test" ,rust-actix-http-test-3)
|
||||
("rust-actix-server" ,rust-actix-server-2)
|
||||
("rust-actix-tls" ,rust-actix-tls-3)
|
||||
("rust-actix-web" ,rust-actix-web-4)
|
||||
("rust-async-stream" ,rust-async-stream-0.3)
|
||||
("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-divan" ,rust-divan-0.1)
|
||||
("rust-env-logger" ,rust-env-logger-0.11)
|
||||
("rust-futures-util" ,rust-futures-util-0.3)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-openssl" ,rust-openssl-0.10)
|
||||
("rust-rcgen" ,rust-rcgen-0.13)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-rustls" ,rust-rustls-0.23)
|
||||
("rust-rustls-pemfile" ,rust-rustls-pemfile-2)
|
||||
("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-static-assertions" ,rust-static-assertions-1)
|
||||
("rust-tokio" ,rust-tokio-1))))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list openssl (list zstd "lib")))
|
||||
(home-page "https://actix.rs")
|
||||
(synopsis "HTTP primitives for the Actix ecosystem")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue