ed25519-dalek: update hex-literal dev-dependency to version 1 (#854)

This commit is contained in:
Ben Beasley 2025-12-07 04:14:53 +00:00 committed by GitHub
parent 3d76df7c24
commit 7751957445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ hex = "0.4"
bincode = "1.0"
serde_json = "1.0"
criterion = { version = "0.5", features = ["html_reports"] }
hex-literal = "0.4"
hex-literal = "1"
rand = { version = "0.10.0-rc.5", features = ["chacha"] }
serde = { version = "1.0", features = ["derive"] }
strobe-rs = "0.5"