diff --git a/shed/slog_glog_fmt/Cargo.toml b/shed/slog_glog_fmt/Cargo.toml index 467e1c68f..3e1320097 100644 --- a/shed/slog_glog_fmt/Cargo.toml +++ b/shed/slog_glog_fmt/Cargo.toml @@ -30,7 +30,7 @@ regex = "1.9.2" thiserror = "1.0.64" [target.'cfg(target_os = "linux")'.dependencies] -nix = "0.25" +nix = "0.26.4" [target.'cfg(target_os = "macos")'.dependencies] -nix = "0.25" +nix = "0.26.4"