Skip to content

Commit f3f8e4f

Browse files
authored
chore: update nix to 0.26 (#5385)
1 parent 42bec96 commit f3f8e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ signal-hook-registry = { version = "1.1.1", optional = true }
122122

123123
[target.'cfg(unix)'.dev-dependencies]
124124
libc = { version = "0.2.42" }
125-
nix = { version = "0.24", default-features = false, features = ["fs", "socket"] }
125+
nix = { version = "0.26", default-features = false, features = ["fs", "socket"] }
126126

127127
[target.'cfg(windows)'.dependencies.windows-sys]
128128
version = "0.42.0"

0 commit comments

Comments
 (0)