diff --git a/Cargo.lock b/Cargo.lock index aedd03b..69d3330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1950,12 +1950,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand", + "getrandom", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index 808d794..1404c8e 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.14.0" +tempfile = "3.15.0" anda-config = { workspace = true } andax = { path = "./andax", version = "0.4.7" } flatpak = "0.18.1" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 12534a0..759a1c8 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -21,7 +21,7 @@ ureq = { version = "~2", features = ["json"] } tracing = { workspace = true } color-eyre = { workspace = true } smartstring = "1.0.1" -tempfile = "3.14.0" +tempfile = "3.15.0" anda-config = { workspace = true } rhai-fs = "0.1.2" rhai-url = "0.0.5"