diff --git a/Cargo.lock b/Cargo.lock index 2e882c9893..34e33cb4e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ dependencies = [ "hyper-util", "metrics", "metrics-exporter-prometheus", - "nix 0.31.2", + "nix 0.31.3", "pyo3", "pyo3-build-config", "sqlx", @@ -244,7 +244,7 @@ dependencies = [ "glob", "ipnet", "json-subscriber", - "nix 0.31.2", + "nix 0.31.3", "notify", "pin-project-lite", "reqwest", @@ -1892,9 +1892,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.183" +version = "0.2.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "libloading" @@ -2110,9 +2110,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.31.2" +version = "0.31.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" +checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" dependencies = [ "bitflags 2.11.0", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 8c9e48c3f0..1f152c376c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ ipnet = { version = "= 2.12.0", features = ["serde"] } json-subscriber = "= 0.2.8" metrics = "= 0.24.5" metrics-exporter-prometheus = { version = "= 0.18.3", default-features = false } -nix = { version = "= 0.31.2", features = ["hostname", "signal"] } +nix = { version = "= 0.31.3", features = ["hostname", "signal"] } notify = "= 8.2.0" pin-project-lite = "= 0.2.17" pyo3 = "= 0.28.3"