diff --git a/Cargo.lock b/Cargo.lock index a0ad0f24e..cd553f321 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3265,9 +3265,9 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae72fd9dbd7f55dda80c00d66acc3b2130436fcba9ea89118fc508eaae48dfb0" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" dependencies = [ "cc", "libc", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index bece77add..c91c8e6ad 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -32,7 +32,7 @@ prost = "0.12" tower = { version = "0.4", features = ["util"] } libc = "0.2" foreign-types-shared = "0.3.1" -network-interface = "1.1.3" +network-interface = "1.1.4" base64 = "0.22" uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] }