Skip to content

Commit

Permalink
build(deps): update hex requirement from =0.4.0 to =0.4.2
Browse files Browse the repository at this point in the history
Updates the requirements on [hex](https://github.com/KokaKiwi/rust-hex) to permit the latest version.
- [Release notes](https://github.com/KokaKiwi/rust-hex/releases)
- [Commits](KokaKiwi/rust-hex@v0.4...v0.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 23, 2020
1 parent 421e599 commit 8d987b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-net/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ version-sync = "0.8"
nix = "0.17.0"

[target.'cfg(target_os = "linux")'.dependencies]
hex = "=0.4.0"
hex = "=0.4.2"

[features]
# Polyfill runtime is enabled by default only to execute examples, tests and benchmarks.
Expand Down

0 comments on commit 8d987b0

Please sign in to comment.