Skip to content

Commit

Permalink
Update dependencies and release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
internetionals committed Sep 9, 2021
1 parent f774933 commit 33e386e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 38 deletions.
73 changes: 38 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "claim-ip"
version = "1.0.7"
version = "1.0.8"
authors = ["Justin Ossevoort <[email protected]>"]
description = "Claim an IP-address on a network by responding to ARP requests"
repository = "https://github.com/internetionals/claim-ip"
Expand All @@ -10,8 +10,8 @@ license = "MIT"
edition = "2018"

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

0 comments on commit 33e386e

Please sign in to comment.