Skip to content

Commit 33e386e

Browse files
Update dependencies and release 1.0.8
1 parent f774933 commit 33e386e

File tree

2 files changed

+41
-38
lines changed

2 files changed

+41
-38
lines changed

Cargo.lock

Lines changed: 38 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claim-ip"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
authors = ["Justin Ossevoort <[email protected]>"]
55
description = "Claim an IP-address on a network by responding to ARP requests"
66
repository = "https://github.com/internetionals/claim-ip"
@@ -10,8 +10,8 @@ license = "MIT"
1010
edition = "2018"
1111

1212
[dependencies]
13-
env_logger = "0.8"
13+
env_logger = "0.9"
1414
eui48 = "1.1.0"
1515
log = "0.4"
16-
nix = { git="https://github.com/nix-rust/nix", branch="master", version="0.20.0" }
16+
nix = "0.22"
1717
structopt = "0.3.21"

0 commit comments

Comments
 (0)