gnu: Update rust-serde-json-1 to 1.0.111.

* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.111.

Change-Id: I8e3bcf8540e47289ea4ddc0be9349a1eae5e6b71
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Wilko Meyer 2024-01-08 02:53:31 +01:00 committed by Efraim Flashner
parent 45b669dc2d
commit 9841a49c8b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -64365,14 +64365,14 @@ (define-public rust-serde-ignored-0.1
(define-public rust-serde-json-1
(package
(name "rust-serde-json")
(version "1.0.110")
(version "1.0.111")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde_json" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0mrjhgqrzl0gc4lnqp4d2lcs5vrfbhv0r3k1pg49knms6199ggbg"))))
(base32 "1x441azvvdy6x8am4bvkxhswhzw5cr8ml0cqspnihvri8bx4cvhp"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; could not find `RandomState` in `hash`