diff options
author | Efraim Flashner <[email protected]> | 2024-12-04 11:52:02 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-01-06 12:14:33 +0200 |
commit | 258b43e079584c5308f7887bfc1e38ca8b41744a (patch) | |
tree | 3d545fb14d21553aab3f5dce2cfbafe281c241fb /gnu/packages/crates-crypto.scm | |
parent | 93f5ffffccfaebd3fc6533e7acee88e5a617d5b0 (diff) |
gnu: rust-crypto-bigint-0.5: Update to 0.5.5.
* gnu/packages/crates-crypto.scm (rust-crypto-bigint-0.5): Update to
0.5.5.
[cargo-development-inputs]: Replace rust-criterion-0.4 with 0.5.
Change-Id: Ib44e3c9bd01a21803bf8161cdb5b6cda24bef199
Diffstat (limited to 'gnu/packages/crates-crypto.scm')
-rw-r--r-- | gnu/packages/crates-crypto.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm index 41e85b319a..75c925d28e 100644 --- a/gnu/packages/crates-crypto.scm +++ b/gnu/packages/crates-crypto.scm @@ -1516,14 +1516,14 @@ variant of X@code{ChaCha20Poly1305}.") (define-public rust-crypto-bigint-0.5 (package (name "rust-crypto-bigint") - (version "0.5.2") + (version "0.5.5") (source (origin (method url-fetch) (uri (crate-uri "crypto-bigint" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "05gy7sqkxg65bj1wrgq1pbh8iwn1kmfysvzx1g22p4gx3972yk6g")))) + "0xmbdff3g6ii5sbxjxc31xfkv9lrmyril4arh3dzckd4gjsjzj8d")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs @@ -1536,7 +1536,7 @@ variant of X@code{ChaCha20Poly1305}.") ("rust-zeroize" ,rust-zeroize-1)) #:cargo-development-inputs (("rust-bincode" ,rust-bincode-1) - ("rust-criterion" ,rust-criterion-0.4) + ("rust-criterion" ,rust-criterion-0.5) ("rust-hex-literal" ,rust-hex-literal-0.4) ("rust-num-bigint" ,rust-num-bigint-0.4) ("rust-num-integer" ,rust-num-integer-0.1) |