Skip to content

Commit

Permalink
chore(deps): bump const-hex requirement (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 5, 2024
1 parent 8588c90 commit a70b841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bytes = { version = "1", default-features = false }
criterion = "0.5"
derive_arbitrary = "1.3"
getrandom = "0.2"
hex = { package = "const-hex", version = "1.5", default-features = false, features = ["alloc"] }
hex = { package = "const-hex", version = "1.10", default-features = false, features = ["alloc"] }
itoa = "1"
once_cell = "1"
pretty_assertions = "1.4"
Expand Down

0 comments on commit a70b841

Please sign in to comment.