Skip to content

Commit f01a7b1

Browse files
committed
Upgrade nix
1 parent b69cfaf commit f01a7b1

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

Cargo.lock

Lines changed: 20 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ base64 = "0.13"
5555
csv-core = "0.1"
5656
hex = "0.4.0"
5757
puruspe = "0.1"
58-
nix = "0.22.1"
58+
nix = "0.23"
5959
xml-rs = "0.8"
6060
libc = "0.2.102"
6161
cfg-if = "1.0.0"

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ indexmap = "1.0.2"
4949
ahash = "0.7.2"
5050
bitflags = "1.2.1"
5151
libc = "0.2.99"
52-
nix = "0.22.1"
52+
nix = "0.23"
5353
paste = "1.0.5"
5454
is-macro = "0.1"
5555
result-like = "0.4.2"

0 commit comments

Comments
 (0)