@@ -20,23 +20,23 @@ tokio_socket = ["netlink-proto/tokio_socket", "tokio"]
2020smol_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 " }
2929netlink-packet-core = { version = " 0.7.0" }
3030netlink-packet-generic = { version = " 0.3.3" }
3131netlink-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 ]]
4242name = " dump_pause"
0 commit comments