diff --git a/Cargo.toml b/Cargo.toml index 39dcd52..1256864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "if-watch" -version = "0.1.6" +version = "0.1.7" authors = ["David Craven ", "Parity Technologies Limited "] edition = "2018" keywords = ["asynchronous", "routing"] @@ -11,7 +11,7 @@ repository = "https://github.com/dvc94ch/if-watch" [dependencies] futures-lite = "1.11.2" ipnet = "2.3.0" -libc = "0.2.80" +libc = "0.2.81" log = "0.4.11" [target.'cfg(not(windows))'.dependencies]