gnu: rust-tokio-rustls-0.12: Update to 0.12.3.

* gnu/packages/crates-io.scm (rust-tokio-rustls-0.12): Update to 0.12.3.
[arguments]: Skip tests.

Change-Id: Idc620009f35d65567728a34249052de0aeb84f9c
This commit is contained in:
Efraim Flashner 2023-10-26 23:58:19 +03:00
parent 45bc54e3d6
commit 08b1d13fa0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -78346,16 +78346,17 @@ (define-public rust-tokio-rustls-0.12
(package
(inherit rust-tokio-rustls-0.13)
(name "rust-tokio-rustls")
(version "0.12.2")
(version "0.12.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "tokio-rustls" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1k6rpw4nmgsamh8vbf8xqrf4rr5sqs18i93561bydflajz0gw6hl"))))
(base32 "0xcpzwx53lj15a0mq9cfz9iwr1v7crrnnkbjh5vb6j8ran8xhs1h"))))
(arguments
`(;; These tests require network access.
`(#:tests? #f ; Bundled test certificates expired
;; These tests require network access.
#:cargo-test-flags '("--release" "--" "--skip=tls12" "--skip=modern")
#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.5)