Skip to content

Commit c923f62

Browse files
Update rtnetlink requirement from 0.20.0 to 0.21.0 (#31)
1 parent 71afac4 commit c923f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1.48.0", features = ["rt"] }
2626

2727
[target.'cfg(target_os = "linux")'.dependencies]
2828
nix = { version = "0.31.2", features = ["fs", "mount", "process"] }
29-
rtnetlink = "0.20.0"
29+
rtnetlink = "0.21.0"
3030
tempfile = "3.23.0"
3131

3232
[target.'cfg(target_os = "macos")'.dependencies]

0 commit comments

Comments
 (0)