From 58f662be44d037bc9d2fede5945914b6cf6b81e3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 14 Mar 2024 11:01:33 +0200 Subject: [PATCH] gnu: rust-serde-json-1: Update to 1.0.114. * gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.114. [arguments]: Don't skip the tests. Change-Id: I2e92eadae70e49c02a2abe5a33769837d432614b --- gnu/packages/crates-io.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6f4824b4df..1c776c7b37 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -61109,18 +61109,17 @@ data. This crate provides a wrapper that works with any existing Serde (define-public rust-serde-json-1 (package (name "rust-serde-json") - (version "1.0.111") + (version "1.0.114") (source (origin (method url-fetch) (uri (crate-uri "serde_json" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1x441azvvdy6x8am4bvkxhswhzw5cr8ml0cqspnihvri8bx4cvhp")))) + (base32 "1q4saigxwkf8bw4y5kp6k33dnavlvvwa2q4zmag59vrjsqdrpw65")))) (build-system cargo-build-system) (arguments - `(#:tests? #f ; could not find `RandomState` in `hash` - #:cargo-inputs + `(#:cargo-inputs (("rust-indexmap" ,rust-indexmap-2) ("rust-itoa" ,rust-itoa-1) ("rust-ryu" ,rust-ryu-1)