From 353dec4a7fdc1dc49a87da90022517cb9be05a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:51:15 +0000 Subject: [PATCH] Bump network-interface from 1.0.3 to 1.1.0 (#147) Bumps [network-interface](https://github.com/EstebanBorai/network-interface) from 1.0.3 to 1.1.0. - [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.3...v1.1.0) --- updated-dependencies: - dependency-name: network-interface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 874a17425..87c3c2cae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,9 +2365,9 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afd878f93491173e5d272d0dd3124ff89739e50f276c7b9857ac0d97cc024f96" +checksum = "454012eded8808152a58c9a07a0f09c684df9be3a530e241c02b73bc65ddb353" dependencies = [ "cc", "libc", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 7ccd052d7..5afecc4f4 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -33,7 +33,7 @@ prost = "0.12" tower = { version = "0.4", features = ["util"] } libc = "0.2" foreign-types-shared = "0.3.1" -network-interface = "1.0.3" +network-interface = "1.1.0" base64 = "0.21" uuid = { version = "1.5.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] } boring = { git = "https://github.com/Watfaq/boring.git", rev = "24c006f" }