From 4605d33c8f381e295be7e30be8d61b7035f42b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 02:50:33 +0000 Subject: [PATCH] Bump network-interface from 1.0.1 to 1.0.3 Bumps [network-interface](https://github.com/EstebanBorai/network-interface) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/EstebanBorai/network-interface/releases) - [Changelog](https://github.com/EstebanBorai/network-interface/blob/main/CHANGELOG.md) - [Commits](https://github.com/EstebanBorai/network-interface/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: network-interface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d49dd71..40e62132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,9 +1846,9 @@ checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" [[package]] name = "network-interface" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "296ae2183dab440e352740b1fcf0589d8058afa40bc29fd163227ddb01fbf539" +checksum = "afd878f93491173e5d272d0dd3124ff89739e50f276c7b9857ac0d97cc024f96" dependencies = [ "cc", "libc", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 33745c4a..6dc9db09 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -30,7 +30,7 @@ prost = "0.11" tower = { version = "0.4", features = ["util"] } libc = "0.2" foreign-types-shared = "0.3.1" -network-interface = "1.0.0" +network-interface = "1.0.3" base64 = "0.21" uuid = { version = "1.2.1", features = ["v4", "fast-rng", "macro-diagnostics"] } boring = { git = "https://github.com/Watfaq/boring.git", rev = "a5c2442" }