From a5f4fe8df55edb0271b522f9a02f102411a12fe1 Mon Sep 17 00:00:00 2001 From: SkuldNorniern Date: Fri, 4 Oct 2024 15:08:45 +0900 Subject: [PATCH] build: bump `pcap-rs`, `tokio` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ace21b..cd970e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/SkuldNorniern/fluere" [dependencies] clap = { version = "4.0.32", features = ["cargo"] } -tokio = { version = "1.39", features = ["full", "macros", "rt-multi-thread"] } +tokio = { version = "1.40", features = ["full", "macros", "rt-multi-thread"] } pnet = { version = "0.35", features = ["std"] } pnet_macros_support = "0.35" pnet_macros = "0.35" @@ -20,7 +20,7 @@ pnet_macros = "0.35" # using custom forked version of pcap-rs for fixing audits # pcap = { version = "1.1.0", git = "https://github.com/SkuldNorniern/pcap", rev = "40f1163" } -pcap = "2" +pcap = "2.2.0" chrono = { version = "0.4", default-features = false, features = ["clock"] } libc = "0.2"