Skip to content

Commit

Permalink
signature: bump hex-literal dependency to v0.3 (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Aug 14, 2022
1 parent 17f2b5a commit e7f2aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
29 changes: 2 additions & 27 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 signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand_core = { version = "0.6", optional = true, default-features = false }
signature_derive = { version = "=1.0.0-pre.5", optional = true, path = "derive" }

[dev-dependencies]
hex-literal = "0.2.2"
hex-literal = "0.3"
sha2 = { version = "0.10", default-features = false }

[features]
Expand Down

0 comments on commit e7f2aba

Please sign in to comment.