We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd3f52 commit 82a6820Copy full SHA for 82a6820
bmap-rs/Cargo.toml
@@ -13,7 +13,7 @@ readme = "../README.md"
13
[dependencies]
14
bmap-parser = { path = "../bmap-parser", version = "0.2.0"}
15
anyhow = "1.0.66"
16
-nix = { version = "0.27.1", features = ["fs"] }
+nix = { version = "0.30.1", features = ["fs"] }
17
flate2 = "1.0.24"
18
clap = { version = "~4.4.0", features = ["cargo"] }
19
indicatif = { version = "0.17.1", features = ["tokio"] }
0 commit comments