Skip to content

Commit 3d5879c

Browse files
jayvdbJohnTitor
authored andcommitted
Update more deps
1 parent 17282ee commit 3d5879c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ repository = "https://github.com/rust-netlink/netlink-sys"
1111
description = "netlink sockets, with optional integration with tokio"
1212

1313
[dependencies]
14-
bytes = "1.0"
15-
libc = "0.2.66"
14+
bytes = "1.8"
15+
libc = "0.2.164"
1616
log = "0.4.8"
1717

1818
[dependencies.futures]
1919
optional = true
20-
version = "0.3.1"
20+
version = "0.3.31"
2121

2222
[dependencies.tokio]
2323
optional = true
24-
version = "1.0.1"
24+
version = "1.41.1"
2525
default-features = false
2626
# We only depend on tokio for PollEvented
2727
features = ["net"]
@@ -33,7 +33,7 @@ features = ["os-poll", "os-ext"]
3333

3434
[dependencies.async-io]
3535
optional = true
36-
version = "1.3"
36+
version = "1.13"
3737

3838
[features]
3939
default = []

0 commit comments

Comments
 (0)