diff --git a/Cargo.lock b/Cargo.lock index 878e48d..81b0e8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2044,9 +2044,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" +checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 4370594..cc2d813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tracing-subscriber = "0.3" tracing-log = "0.2.0" color-eyre = { workspace = true } walkdir = "2.5.0" -tempfile = "3.16.0" +tempfile = "3.17.0" anda-config = { workspace = true } andax = { path = "./andax", version = "0.4.8" } flatpak = "0.18.1" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 726e86f..6dfa96b 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -21,7 +21,7 @@ ureq = { version = "~3", features = ["json"] } tracing = { workspace = true } color-eyre = { workspace = true } smartstring = "1.0.1" -tempfile = "3.16.0" +tempfile = "3.17.0" anda-config = { workspace = true } rhai-fs = "0.1.2" rhai-url = "0.0.5"