diff --git a/Cargo.lock b/Cargo.lock index 9caeefc6..4b3fbf45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2421,9 +2421,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/unity-hub/Cargo.toml b/unity-hub/Cargo.toml index 42857cff..06977b80 100644 --- a/unity-hub/Cargo.toml +++ b/unity-hub/Cargo.toml @@ -20,7 +20,7 @@ log = { workspace = true } serde_json = { workspace = true } serde = { workspace = true } proptest = "1.4.0" -tempfile = "3.17.1" +tempfile = "3.23.0" plist = "1.7.0" anyhow = { workspace = true } thiserror = { workspace = true } diff --git a/uvm/Cargo.toml b/uvm/Cargo.toml index 6af1c81b..fbea7512 100644 --- a/uvm/Cargo.toml +++ b/uvm/Cargo.toml @@ -28,4 +28,4 @@ unity-hub = { version = "0.5.2", path = "../unity-hub", features = ["mutate"] } uvm_install = { version = "0.19.0", path = "../uvm_install", features = ["clap"]} itertools = { workspace = true } [dev-dependencies] -tempfile = "3.19.1" +tempfile = "3.23.0" diff --git a/uvm_detect/Cargo.toml b/uvm_detect/Cargo.toml index d73dc49c..9b0b4c73 100644 --- a/uvm_detect/Cargo.toml +++ b/uvm_detect/Cargo.toml @@ -13,4 +13,4 @@ categories = ["game-development", "filesystem"] unity-version = { version = "0.3.1", path = "../unity-version" } regex = "1.11.0" [dev-dependencies] -tempfile = "3.0" +tempfile = "3.23" diff --git a/uvm_install/Cargo.toml b/uvm_install/Cargo.toml index 65ec2d70..fe9c00c3 100644 --- a/uvm_install/Cargo.toml +++ b/uvm_install/Cargo.toml @@ -39,9 +39,9 @@ dmg = "0.1.1" mach_object = "0.1.17" sysctl = "0.6.0" [target.'cfg(target_os="windows")'.dependencies] -tempfile = "3.19.1" +tempfile = "3.23.0" [dev-dependencies] test-binary = "3.0.2" -tempfile = "3.19.1" +tempfile = "3.23.0" rstest = "0.26.1" serial_test = "3.2.0"