From 753cec141e63e2af37e2ae89d32f596ed5eea592 Mon Sep 17 00:00:00 2001 From: chenren Date: Fri, 6 Sep 2024 19:35:49 +0800 Subject: [PATCH] update net-adapters to fix panic --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89db905..225607c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -net-adapters = { git = "https://github.com/asuper0/net-adapters", rev = "9d93385" } +net-adapters = { git = "https://github.com/asuper0/net-adapters", rev = "be0ff88" } anyhow = "1.0.75" encoding = "0.2.33" serde_derive = "1.0.171"