Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Update hex-literal requirement from 0.2.0 to 0.3.1 (#44)
Browse files Browse the repository at this point in the history
Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](RustCrypto/utils@hex-literal-v0.2.0...hex-literal-v0.3.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Aug 3, 2020
1 parent 7a67338 commit ddbabcd
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 @@ -14,7 +14,7 @@ crate-type = ["cdylib", "staticlib"]
schnorrkel = { version="0.9.1" }

[dev-dependencies]
hex-literal = "0.2.0"
hex-literal = "0.3.1"
rand = "0.7.0"

[build-dependencies]
Expand Down

0 comments on commit ddbabcd

Please sign in to comment.