Skip to content

Commit 4cf237b

Browse files
chore(deps): update rust crate nix to 0.30.0
1 parent be61864 commit 4cf237b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utils/Cargo.lock

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

utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.69.0"
77

88
[dependencies]
99
anyhow = { version = "1.0.82", features = ["backtrace"] }
10-
nix = { version = "0.29.0", features = ["mount", "process", "user", "inotify"] }
10+
nix = { version = "0.30.0", features = ["mount", "process", "user", "inotify"] }
1111
log = "0.4.21"
1212
kernlog = "0.3.1"
1313
systemd-journal-logger = "2.1.1"

0 commit comments

Comments
 (0)