Skip to content

Commit 3181ee7

Browse files
committed
Use latest dependency
Signed-off-by: Gris Ge <[email protected]>
1 parent fa5c313 commit 3181ee7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ tokio_socket = ["netlink-proto/tokio_socket", "tokio"]
2020
smol_socket = ["netlink-proto/smol_socket", "async-std"]
2121

2222
[dependencies]
23-
anyhow = "1.0.44"
24-
async-std = { version = "1.9.0", optional = true}
25-
byteorder = "1.4.3"
26-
futures = "0.3.17"
27-
log = "0.4.14"
28-
genetlink = { default-features = false, version = "0.2.4"}
23+
anyhow = "1.0.97"
24+
async-std = { version = "1.13.0", optional = true}
25+
byteorder = "1.5.0"
26+
futures = "0.3.31"
27+
log = "0.4.26"
28+
genetlink = { default-features = false, version = "0.2.5"}
2929
netlink-packet-core = { version = "0.7.0"}
3030
netlink-packet-generic = { version = "0.3.3" }
3131
netlink-packet-utils = { version = "0.5.2" }
32-
netlink-proto = { default-features = false, version = "0.11.2" }
33-
netlink-sys = { version = "0.8.4" }
34-
thiserror = "1.0.29"
35-
tokio = { version = "1.0.1", features = ["rt"], optional = true}
32+
netlink-proto = { default-features = false, version = "0.11.5" }
33+
netlink-sys = { version = "0.8.7" }
34+
thiserror = "1.0.69"
35+
tokio = { version = "1.44.0", features = ["rt"], optional = true}
3636

3737
[dev-dependencies]
38-
tokio = { version = "1.11.0", features = ["macros", "rt", "rt-multi-thread"] }
39-
env_logger = "0.9.0"
38+
tokio = { version = "1.44.0", features = ["macros", "rt", "rt-multi-thread"] }
39+
env_logger = "0.9.3"
4040

4141
[[example]]
4242
name = "dump_pause"

0 commit comments

Comments
 (0)