diff --git a/Cargo.lock b/Cargo.lock
index 426ab2c..a59304b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -415,9 +415,9 @@ dependencies = [
 
 [[package]]
 name = "network-interface"
-version = "1.1.2"
+version = "1.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ee524f98ddbe7772762a7477cfb22356df075cac4069bf81ac5082a46db742c"
+checksum = "ae72fd9dbd7f55dda80c00d66acc3b2130436fcba9ea89118fc508eaae48dfb0"
 dependencies = [
  "cc",
  "libc",
diff --git a/Cargo.toml b/Cargo.toml
index fe9d5dc..4117e28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ log = "0.4.21"
 nix = "0.28.0"
 oping = { version = "0.4.0", optional = true }
 iprange = { version = "0.6.7", optional = true }
-network-interface = { version = "1.1.2", optional = true }
+network-interface = { version = "1.1.3", optional = true }
 ipnet = { version = "2.9.0", optional = true }
 tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] }
 notify = "6.1.1"