Skip to content

Commit

Permalink
Update more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Nov 18, 2024
1 parent 9ac9df4 commit 3553b31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -33,7 +33,7 @@ features = ["os-poll", "os-ext"]

[dependencies.async-io]
optional = true
version = "1.3"
version = "1.13"

[features]
default = []
Expand Down

0 comments on commit 3553b31

Please sign in to comment.