Skip to content

Commit

Permalink
build(deps): update hex requirement from =0.4.0 to =0.4.1
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.1)

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

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

[features]
runtime-polyfill = ["heim-runtime/runtime-polyfill"]

0 comments on commit 3ef3a5a

Please sign in to comment.