Skip to content

Commit

Permalink
Merge 846ba0c into 4269b2a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 27, 2020
2 parents 4269b2a + 846ba0c commit b7ff051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heim-common/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ uom = { version = "0.28.0", default-features = false, features = ["autoconvert",
backtrace = { version = "~0.3", optional = true }

[target.'cfg(unix)'.dependencies]
nix = "0.17.0"
nix = "0.18.0"
lazy_static = "1.3.0"

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion heim-net/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ macaddr = "1.0"
libc = "~0.2"

[target.'cfg(unix)'.dependencies]
nix = "0.17.0"
nix = "0.18.0"

[dev-dependencies]
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" }
Expand Down

0 comments on commit b7ff051

Please sign in to comment.