Skip to content

Commit

Permalink
chore: update nix to 0.26 (#5385)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 21, 2023
1 parent 42bec96 commit f3f8e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Expand Up @@ -122,7 +122,7 @@ signal-hook-registry = { version = "1.1.1", optional = true }

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

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

0 comments on commit f3f8e4f

Please sign in to comment.