From 10d55f68116ad11746e3a48ae48b015704258f1a Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 31 May 2024 07:26:59 +0900 Subject: [PATCH] chore: update to pnet_datalink 0.35.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58baf5d..2f7faa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tokio-test = "0.4" pretty_env_logger = "0.5" [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies] -pnet_datalink = "0.34.0" +pnet_datalink = "0.35.0" [features] default = []