We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17282ee commit 3d5879cCopy full SHA for 3d5879c
Cargo.toml
@@ -11,17 +11,17 @@ repository = "https://github.com/rust-netlink/netlink-sys"
11
description = "netlink sockets, with optional integration with tokio"
12
13
[dependencies]
14
-bytes = "1.0"
15
-libc = "0.2.66"
+bytes = "1.8"
+libc = "0.2.164"
16
log = "0.4.8"
17
18
[dependencies.futures]
19
optional = true
20
-version = "0.3.1"
+version = "0.3.31"
21
22
[dependencies.tokio]
23
24
-version = "1.0.1"
+version = "1.41.1"
25
default-features = false
26
# We only depend on tokio for PollEvented
27
features = ["net"]
@@ -33,7 +33,7 @@ features = ["os-poll", "os-ext"]
33
34
[dependencies.async-io]
35
36
-version = "1.3"
+version = "1.13"
37
38
[features]
39
default = []
0 commit comments