From f72c503e93b9a5ae3625a61a2cf4bf6b9fc2853a Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 10 Apr 2023 11:35:49 +0200 Subject: [PATCH] updated dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a0299f..ed05901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ repository = "https://git.paulbsd.com/paulbsd/ipblc" [dependencies] chrono = { version = "0.4", features = ["serde"] } -clap = { version = "4.0", features = ["string"] } -git-version = "0.3.5" +clap = { version = "4.2", features = ["string"] } +git-version = "0.3" ipnet = "2.7" lazy_static = "1.4" mnl = "0.2" @@ -21,5 +21,5 @@ regex = "1.7" reqwest = { version = "0.11", default-features = false, features = ["json","rustls-tls"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokio = { version = "1.23", features = ["full", "sync"] } +tokio = { version = "1.27", features = ["full", "sync"] } tungstenite = { version = "0.18", features = ["handshake","rustls-tls-native-roots"] }