Skip to content

Commit db58a4a

Browse files
authored
chore: upgrade nix version (#1034)
1 parent cdb1308 commit db58a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ uuid = { version = "1.8.0", optional = true, default-features = false, features
173173
] }
174174

175175
[target.'cfg(unix)'.dependencies]
176-
nix = { version = "0.29.0", features = ["fs", "user"] }
176+
nix = { version = "0.30.1", features = ["fs", "user"] }
177177

178178
[dev-dependencies]
179179
async-stream = "0.3.2"

0 commit comments

Comments
 (0)