diff --git a/Cargo.lock b/Cargo.lock index 629104628..b25f48dc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ "document-features", "mio 1.0.4", "parking_lot 0.12.1", - "rustix 1.0.1", + "rustix 1.1.3", "signal-hook", "signal-hook-mio", "winapi", @@ -1968,9 +1968,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.9.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "litrs" @@ -2748,15 +2748,15 @@ dependencies = [ [[package]] name = "rustix" -version = "1.0.1" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" dependencies = [ "bitflags 2.9.0", "errno 0.3.10", "libc", - "linux-raw-sys 0.9.2", - "windows-sys 0.59.0", + "linux-raw-sys 0.11.0", + "windows-sys 0.61.0", ] [[package]] @@ -3148,14 +3148,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.23.0" +version = "3.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", "getrandom 0.3.1", "once_cell", - "rustix 1.0.1", + "rustix 1.1.3", "windows-sys 0.61.0", ] diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index b21a5ddaf..b9eaa6082 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -39,7 +39,7 @@ dashmap = { version = "6.1.0", optional = true } tui = { version = "0.19.0", default_features = false, features = ["crossterm"], optional = true } crossterm = "0.29.0" muncher = { version = "0.7.0", optional = true } -tempfile = { version = "3.23.0", optional = true } +tempfile = { version = "3.25.0", optional = true } tower = "0.4.13" mio = "1.0.4" ptyprocess = "0.5.0" @@ -71,7 +71,7 @@ version = "0.10.2" once_cell = "1.21.3" pinky-swear = "6.2.1" tower = "0.4.13" -tempfile = "3.23.0" +tempfile = "3.25.0" [features] default = [] diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9eea422d7..863f0992a 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -86,7 +86,7 @@ tui = { version = "0.19.0", default_features = false, features = ["crossterm"], crossterm = "0.29.0" muncher = { version = "0.7.0", optional = true } humantime = "2.3.0" -tempfile = { version = "3.23.0", optional = true } +tempfile = { version = "3.25.0", optional = true } anyhow = "1.0.99" tower = "0.4.13" mio = "1.0.4" @@ -124,7 +124,7 @@ version = "0.10.2" once_cell = "1.21.3" pinky-swear = "6.2.1" tower = "0.4.13" -tempfile = "3.23.0" +tempfile = "3.25.0" [features] default = [] diff --git a/bazelfe-protos/Cargo.toml b/bazelfe-protos/Cargo.toml index c6c9eaa5a..8b560b04f 100644 --- a/bazelfe-protos/Cargo.toml +++ b/bazelfe-protos/Cargo.toml @@ -23,4 +23,4 @@ tonic-build = { version = "0.11.0", features = ["prost"] } [dev-dependencies] -tempfile = "3.23.0" +tempfile = "3.25.0" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..4e1fc64ff 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -44,7 +44,7 @@ sha2 = "0.10.9" flume = { version = "0.11.1" } dashmap = { version = "6.1.0" } time = "0.3.44" -tempfile = { version = "3.23.0" } +tempfile = { version = "3.25.0" } anyhow = "1.0.99" tower = { version = "0.4" } log = "0.4.29" @@ -90,7 +90,7 @@ version = "0.10.2" once_cell = "1.21.3" pinky-swear = "6.2.1" tower = "0.4.13" -tempfile = "3.23.0" +tempfile = "3.25.0" [features] default = []