From 5cc041f11fabefd07db1de1b45e238e571ab0caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:07:30 +0800 Subject: [PATCH] build(deps): bump netdev from 0.28.0 to 0.29.0 (#467) Bumps [netdev](https://github.com/shellrow/netdev) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/shellrow/netdev/releases) - [Commits](https://github.com/shellrow/netdev/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: netdev 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 230af1e95..1be8fa2b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3250,9 +3250,9 @@ checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" [[package]] name = "netdev" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2efc0a21a3025c876092d3f122fabb1f0e21bc1d90465e0c980bad40fd753d" +checksum = "e6b7a18d9c482b774500c660991da545bac1259fe4dfd40981870e5832aedffc" dependencies = [ "dlopen2", "libc", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 17f546659..a50361431 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -68,7 +68,7 @@ chrono = { version = "0.4.38", features = ["serde"] } tun = { git = "https://github.com/Watfaq/rust-tun.git", rev = "8f7568190f1200d3e272ca534baf8d1578147e18", features = ["async"] } netstack-lwip = { git = "https://github.com/Watfaq/netstack-lwip.git", rev = "2817bf82740e04bbee6b7bf1165f55657a6ed163" } -netdev = "0.28" +netdev = "0.29" boringtun = { version = "0.6.0", git = "https://github.com/cloudflare/boringtun.git", rev = "f672bb6c1e1e371240a8d151f15854687eb740bb" } smoltcp = { version = "0.11", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }