Skip to content

Commit

Permalink
Cargo.toml: partially unlock dev-deps, bump rstest, ed25519-dalek, in…
Browse files Browse the repository at this point in the history
…dexmap
  • Loading branch information
jasoncolburne committed Oct 20, 2023
1 parent ea0f6a9 commit 7e5f3d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ base64 = "~0.21"
blake2 = "~0.10"
blake3 = "~1"
chrono = { version = "~0.4", default-features = false, features = ["clock"] }
ed25519-dalek = { version = "2.0.0-rc.2", features = ["rand_core"] }
indexmap = "~1"
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
indexmap = "~2"
k256 = "~0.13"
lazy_static = "~1"
num-rational = "~0.4"
Expand All @@ -30,6 +30,6 @@ thiserror = "~1"
zeroize = { version = "~1", features = ["derive"] }

[dev-dependencies]
hex-literal = "0.4.0"
hex = "0.4.3"
rstest = "0.17.0"
hex-literal = "~0.4"
hex = "~0.4"
rstest = "~0.18"

0 comments on commit 7e5f3d4

Please sign in to comment.