From 72d511cb4f16adcb2094b29de70298cda80e85aa Mon Sep 17 00:00:00 2001 From: SkuldNorniern Date: Wed, 2 Oct 2024 12:24:53 +0900 Subject: [PATCH] feat: bump lib version --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42bd230..7ace21b 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.36", features = ["full", "macros", "rt-multi-thread"] } +tokio = { version = "1.39", features = ["full", "macros", "rt-multi-thread"] } pnet = { version = "0.35", features = ["std"] } pnet_macros_support = "0.35" pnet_macros = "0.35" @@ -22,23 +22,23 @@ pnet_macros = "0.35" pcap = "2" -chrono = { version = "0.4.29", default-features = false, features = ["clock"] } +chrono = { version = "0.4", default-features = false, features = ["clock"] } libc = "0.2" csv = "1.3" -nom = "7.1.2" -snafu = "0.8.0" -serde = { version = "1.0.193", features = ["derive"] } -toml = "0.8.12" +nom = "7.1" +snafu = "0.8" +serde = { version = "1.0", features = ["derive"] } +toml = "0.8" fluere_plugin = { version = "0.2.0", path = "./fluere-plugin", features = ["log"] } fluere-config = { version = "0.2.0", path = "./fluere-config", features = ["log"] } fluereflow = { version = "0.3.2", path = "./fluereflow" } -ratatui = { version = "0.26.1", features = ["all-widgets"] } +ratatui = { version = "0.26", features = ["all-widgets"] } crossterm = "0.27" -dirs = "5.0.1" -log = { version = "0.4.21", features = ["std"]} -indicatif = "0.17.8" +dirs = "5.0" +log = { version = "0.4", features = ["std"]} +indicatif = "0.17" [workspace] members = [