From e14e29cff3eb5cbfc39715f4fc5ab0bab9192014 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 29 Oct 2023 00:41:27 +0900 Subject: [PATCH] chore(dependencies): update to pnet_datalink 0.34.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9668057..dd5ecd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tokio = { version = "1", features = ["macros", "test-util"] } tokio-test = "0.4" [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies] -pnet_datalink = "0.27.2" +pnet_datalink = "0.34.0" [features] default = []