Skip to content

Commit

Permalink
test: update faster-hex
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Sep 29, 2024
1 parent 4ef54f1 commit e6f49b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ proptest = { version = "1.4", optional = true, default-features = false }
cpufeatures = "0.2"

[dev-dependencies]
faster-hex = { version = "0.9.0", default-features = false, features = ["alloc"] }
faster-hex = { version = "0.10.0", default-features = false, features = [
"alloc",
] }
hex = { version = "~0.4.2", default-features = false }
hex-literal = "0.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit e6f49b5

Please sign in to comment.