diff --git a/Cargo.lock b/Cargo.lock index 15a954a..c11a99f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2141,9 +2141,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustix" -version = "0.38.37" +version = "0.38.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" +checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee" dependencies = [ "bitflags 2.4.2", "errno", @@ -2597,9 +2597,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", "fastrand 2.1.1", diff --git a/axoupdater-cli/Cargo.toml b/axoupdater-cli/Cargo.toml index ab6e8f1..459b540 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -26,7 +26,7 @@ axoasset = { version = "1.0.0", default-features = false, features = [ ] } axoprocess = "0.2.0" camino = { version = "1.1.9", features = ["serde1"] } -tempfile = "3.13.0" +tempfile = "3.14.0" tokio = { version = "1.42.0", features = ["full"] } [[bin]]