Skip to content

Commit 5e7b824

Browse files
build(deps): Update Rust crate nix to 0.28
1 parent 9f0e65c commit 5e7b824

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Cargo.lock

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

timer_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tailcall = "1.0.1"
2828
time = { version = "0.3.34", features = ["formatting", "local-offset", "parsing"]}
2929
# beep
3030
libc = "0.2"
31-
nix = { version = "0.27", features = ["ioctl"]}
31+
nix = { version = "0.28", features = ["ioctl"]}
3232
lazy_static = "1.4"
3333

3434
[dev-dependencies]

0 commit comments

Comments
 (0)