From 0c8704f723230aedbf03f065a8a10e9e478ebaf0 Mon Sep 17 00:00:00 2001 From: Negezor Date: Tue, 4 Jun 2024 00:54:20 +1100 Subject: [PATCH] chore(deps): bump pnet_datalink to 0.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bc0675..d21b639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" [dependencies] chrono = "0.4" thiserror = "1.0" -pnet_datalink = { version = "0.34", default-features = false } +pnet_datalink = { version = "0.35", default-features = false } [dev-dependencies] bencher = "0.1"