diff --git a/Cargo.lock b/Cargo.lock index f08dbfc..03811b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3480,9 +3480,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.10.0" +version = "8.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f783a9e226b5319beefe29d45941f559ace8b56801bb8355be17eea277fc8272" +checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27" dependencies = [ "rust-embed-impl", "rust-embed-utils", @@ -5658,7 +5658,6 @@ dependencies = [ "actix-files", "actix-multipart", "actix-web", - "anyhow", "base64 0.22.1", "cargo_metadata", "chrono", @@ -5675,6 +5674,7 @@ dependencies = [ "simple-log", "small_ctor", "strum 0.26.3", + "tempfile", "thiserror 2.0.17", "tokio", "tokio-util", diff --git a/Cargo.toml b/Cargo.toml index bbb93ad..371bb6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ small_ctor = "0.1" cargo_metadata = "0.20" tokio = { version = "1.48", features = ["full"] } tokio-util = "=0.7.10" -rust-embed = "8.9" +rust-embed = "8.11" zip = "0.6" zip-extract = "0.1" actix-multipart = "0.7"