diff --git a/Cargo.lock b/Cargo.lock index 09f494c..9a6d7fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3124,7 +3124,7 @@ dependencies = [ "inotify", "io-kit-sys", "libc", - "nix 0.29.0", + "nix 0.30.1", "pollster", "raw-window-handle", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8201bd4..d45fbea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Linux-specific dependencies [target.'cfg(target_os = "linux")'.dependencies] evdev = "0.12" -nix = { version = "0.29", features = ["ioctl", "fs", "signal"] } +nix = { version = "0.30", features = ["ioctl", "fs", "signal"] } inotify = "0.11" libc = "0.2"