mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-09 21:10:44 +00:00
ed25519-dalek: update hex-literal dev-dependency to version 1 (#854)
This commit is contained in:
parent
3d76df7c24
commit
7751957445
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ hex = "0.4"
|
||||||
bincode = "1.0"
|
bincode = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
criterion = { version = "0.5", features = ["html_reports"] }
|
criterion = { version = "0.5", features = ["html_reports"] }
|
||||||
hex-literal = "0.4"
|
hex-literal = "1"
|
||||||
rand = { version = "0.10.0-rc.5", features = ["chacha"] }
|
rand = { version = "0.10.0-rc.5", features = ["chacha"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
strobe-rs = "0.5"
|
strobe-rs = "0.5"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue