diff --git a/Cargo.lock b/Cargo.lock index 2e103d4d4..0f99de096 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3302,9 +3302,9 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68759ef97fe9c9e46f79ea8736c19f1d28992e24c8dc8ce86752918bfeaae7" +checksum = "8ee524f98ddbe7772762a7477cfb22356df075cac4069bf81ac5082a46db742c" dependencies = [ "cc", "libc", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 3eca1b2b9..97f2f0e3c 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.1" +network-interface = "1.1.2" base64 = "0.22" uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] } boring = "4.5.0"