From 3d5879c33d31869defc31b4bff4ad72759f3dab5 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 19 Nov 2024 04:13:00 +0800 Subject: [PATCH] Update more deps --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31de145..f8295e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,17 +11,17 @@ repository = "https://github.com/rust-netlink/netlink-sys" description = "netlink sockets, with optional integration with tokio" [dependencies] -bytes = "1.0" -libc = "0.2.66" +bytes = "1.8" +libc = "0.2.164" log = "0.4.8" [dependencies.futures] optional = true -version = "0.3.1" +version = "0.3.31" [dependencies.tokio] optional = true -version = "1.0.1" +version = "1.41.1" default-features = false # We only depend on tokio for PollEvented features = ["net"] @@ -33,7 +33,7 @@ features = ["os-poll", "os-ext"] [dependencies.async-io] optional = true -version = "1.3" +version = "1.13" [features] default = []