From 7a7327158a10d6c6bb320ed60e000c2221e419e4 Mon Sep 17 00:00:00 2001 From: Jason Colburne Date: Sun, 13 Aug 2023 18:34:55 -0300 Subject: [PATCH] update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af5580c..ded4d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ blake3 = "~1" chrono = { version = "~0.4", default-features = false, features = ["clock"] } crystals-dilithium = "~1" ed25519-dalek = { version = "2.0.0-rc.2", features = ["rand_core"] } -indexmap = "~1" +indexmap = "~2" k256 = "~0.13" lazy_static = "~1" num-rational = "~0.4" @@ -33,4 +33,4 @@ zeroize = { version = "~1", features = ["derive"] } [dev-dependencies] hex-literal = "0.4.0" hex = "0.4.3" -rstest = "0.17.0" +rstest = "0.18.2"