diff --git a/Cargo.lock b/Cargo.lock index 336283a6..9e7a100c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1336,9 +1336,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "filetime" @@ -1937,9 +1937,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.12" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lock_api" @@ -2727,14 +2727,14 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.31" +version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ "bitflags 2.4.1", "errno 0.3.8", "libc", - "linux-raw-sys 0.4.12", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -3105,14 +3105,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.12.0" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" +checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" dependencies = [ "cfg-if", "fastrand", "once_cell", - "rustix 0.38.31", + "rustix 0.38.37", "windows-sys 0.59.0", ] diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index deb83b01..3abe87fd 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.27.0" muncher = { version = "0.7.0", optional = true } -tempfile = { version = "3.12.0", optional = true } +tempfile = { version = "3.13.0", optional = true } tower = "0.4.13" mio = "0.8.11" ptyprocess = "0.4.1" @@ -71,7 +71,7 @@ version = "0.10.2" once_cell = "1.20.0" pinky-swear = "6.2.0" tower = "0.4.13" -tempfile = "3.12.0" +tempfile = "3.13.0" [features] default = [] diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 93911584..584d57cf 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.27.0" muncher = { version = "0.7.0", optional = true } humantime = "2.1.0" -tempfile = { version = "3.12.0", optional = true } +tempfile = { version = "3.13.0", optional = true } anyhow = "1.0.89" tower = "0.4.13" mio = "0.8.11" @@ -124,7 +124,7 @@ version = "0.10.2" once_cell = "1.20.0" pinky-swear = "6.2.0" tower = "0.4.13" -tempfile = "3.12.0" +tempfile = "3.13.0" [features] default = [] diff --git a/bazelfe-protos/Cargo.toml b/bazelfe-protos/Cargo.toml index d479835d..c69df578 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.12.0" +tempfile = "3.13.0" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 138e3a83..fdf0801e 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -44,7 +44,7 @@ sha2 = "0.10.8" flume = { version = "0.11.0" } dashmap = { version = "6.1.0" } time = "0.3.36" -tempfile = { version = "3.12.0" } +tempfile = { version = "3.13.0" } anyhow = "1.0.89" tower = { version = "0.4" } log = "0.4.22" @@ -90,7 +90,7 @@ version = "0.10.2" once_cell = "1.20.0" pinky-swear = "6.2.0" tower = "0.4.13" -tempfile = "3.12.0" +tempfile = "3.13.0" [features] default = []