gnu: rust-url-2: Update to 2.4.1.

* gnu/packages/crates-io.scm (rust-url-2): Update to 2.4.1.
[cargo-development-inputs]: Remove rust-debugger-test-0.1,
rust-debugger-test-parser-0.1. Add rust-serde-1.
This commit is contained in:
Efraim Flashner 2023-10-01 21:08:13 +03:00
parent cdfd8e3706
commit a1d86a2a53
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -76170,7 +76170,7 @@ (define-public rust-ureq-2
(define-public rust-url-2 (define-public rust-url-2
(package (package
(name "rust-url") (name "rust-url")
(version "2.4.0") (version "2.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -76179,7 +76179,7 @@ (define-public rust-url-2
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1jw89ack5ldvajpzsvhq9sy12y2xqa2x0cbin62hl80r3s1zggsh")))) "1rbsx1nvz5ardf0x815639z1bxbbgjjjhj0mmnfaqzr5327m6fql"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
@ -76189,8 +76189,7 @@ (define-public rust-url-2
("rust-serde" ,rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-bencher" ,rust-bencher-0.1) (("rust-bencher" ,rust-bencher-0.1)
("rust-debugger-test" ,rust-debugger-test-0.1) ("rust-serde" ,rust-serde-1)
("rust-debugger-test-parser" ,rust-debugger-test-parser-0.1)
("rust-serde-json" ,rust-serde-json-1)))) ("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/servo/rust-url") (home-page "https://github.com/servo/rust-url")
(synopsis "URL library for Rust, based on the WHATWG URL Standard") (synopsis "URL library for Rust, based on the WHATWG URL Standard")