From e998f834bb92a7c63b26c443fe8d865080b650e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:49:56 +0000 Subject: [PATCH] chore(deps): update rust crate nix to 0.31.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a1c83ab3..c9b8b4389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,7 +152,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } typed-arrow = { git = "https://github.com/tonbo-io/typed-arrow", rev = "9bd27d68bd2d654d21dfeddaf8e1c949d5ca16dc", default-features = false, features = ["derive", "views", "arrow-57"] } url = { version = "2.5.0", features = ["serde"] } uuid = { version = "1.11.0", features = ["v7"] } -nix = { version = "0.30.1", default-features = false, features = ["signal"] } +nix = { version = "0.31.0", default-features = false, features = ["signal"] } percent-encoding = "2.3" webpki-roots = "0.26" which = "8.0.0"