Skip to content

Commit

Permalink
move hex dep
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Sep 19, 2023
1 parent 987c3b2 commit 6cea983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ features = ["serde", "rand_core", "digest", "legacy_compatibility"]
[dev-dependencies]
sha2 = { version = "0.10", default-features = false }
bincode = "1"
hex = "0.4.2"
rand = "0.8"
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }

Expand All @@ -48,6 +47,7 @@ required-features = ["alloc", "rand_core"]
[dependencies]
cfg-if = "1"
group = { version = "0.13", default-features = false, optional = true }
hex = "0.4.2"
rand_core = { version = "0.6.4", default-features = false, optional = true }
digest = { version = "0.10", default-features = false, optional = true }
subtle = { version = "2.3.0", default-features = false }
Expand Down

0 comments on commit 6cea983

Please sign in to comment.