Skip to content

Commit

Permalink
chore(deps): bump hex-literal from 0.4 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 23, 2025
1 parent 5f1459c commit 400944b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecdsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spki = { version = "0.8.0-rc.0", optional = true, default-features = false }

[dev-dependencies]
elliptic-curve = { version = "0.14.0-rc.1", default-features = false, features = ["dev"] }
hex-literal = "0.4"
hex-literal = "1"
sha2 = { version = "=0.11.0-pre.4", default-features = false }

[features]
Expand Down
2 changes: 1 addition & 1 deletion ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ zeroize = { version = "1", optional = true, default-features = false }
[dev-dependencies]
bincode = "1"
#ed25519-dalek = { version = "2", features = ["rand_core"] }
hex-literal = "0.4"
hex-literal = "1"
#ring-compat = { version = "0.8", default-features = false, features = ["signature"] }
rand_core = { version = "0.9", features = ["std"] }

Expand Down
2 changes: 1 addition & 1 deletion ed448/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde_bytes = { version = "0.11", optional = true }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
hex-literal = "0.4"
hex-literal = "1"
bincode = "1"

[features]
Expand Down
2 changes: 1 addition & 1 deletion ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pkcs8 = { version = "0.11.0-rc.2", default-features = false, optional = true }
[dev-dependencies]
criterion = "0.5.1"
hex = { version = "0.4.3", features = ["serde"] }
hex-literal = "0.4.1"
hex-literal = "1"
pkcs8 = { version = "0.11.0-rc.2", features = ["pem"] }
proptest = "1"
rand = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion rfc6979/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ hmac = { version = "=0.13.0-pre.4", default-features = false, features = ["reset
subtle = { version = "2", default-features = false }

[dev-dependencies]
hex-literal = "0.4"
hex-literal = "1"
sha2 = "=0.11.0-pre.4"

0 comments on commit 400944b

Please sign in to comment.