summaryrefslogtreecommitdiff
path: root/gnu/packages/crates-io.scm
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2023-12-24 09:57:27 +0200
committerEfraim Flashner <[email protected]>2024-02-20 13:56:37 +0200
commit1e5393f717385ab0e530afb92debc420bf6f7d66 (patch)
tree8e5031dd8d47ddef3b00ed6003f97e604cd2324c /gnu/packages/crates-io.scm
parentc491dd3dccb27cc61ebb7a4ce888f110f79b616e (diff)
gnu: rust-indexmap-2: Update to 2.1.0.
* gnu/packages/crates-io.scm (rust-indexmap-2): Update to 2.1.0. [cargo-development-inputs]: Replace rust-itertools-0.10 with 0.11. Change-Id: If477608ef6b456e4f042f092f45e1a5eaab392eb
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r--gnu/packages/crates-io.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2679eadb62..080945dd58 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38105,14 +38105,14 @@ that efficiently appends and removes common indentation after every newline.")
(define-public rust-indexmap-2
(package
(name "rust-indexmap")
- (version "2.0.0")
+ (version "2.1.0")
(source (origin
(method url-fetch)
(uri (crate-uri "indexmap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0pdnbvv6gnyxx2li8mks8p00fya3ynmhx3n6infpcy8a4gi7yiym"))))
+ "07rxrqmryr1xfnmhrjlz8ic6jw28v6h5cig3ws2c9d0wifhy2c6m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -38126,7 +38126,7 @@ that efficiently appends and removes common indentation after every newline.")
#:cargo-development-inputs
(("rust-fnv" ,rust-fnv-1)
("rust-fxhash" ,rust-fxhash-0.2)
- ("rust-itertools" ,rust-itertools-0.10)
+ ("rust-itertools" ,rust-itertools-0.11)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-quickcheck" ,rust-quickcheck-1)
("rust-rand" ,rust-rand-0.8)