Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncolburne committed Aug 13, 2023
1 parent 4677aa8 commit 7a73271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 7a73271

Please sign in to comment.