From d4cf56e91c8635e534d17654e754dad35089c79b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:54:00 +0000 Subject: [PATCH] Update Rust crate actix-files to v0.6.6 --- Cargo.lock | 4 ++-- crates/figma-agent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index baf7d68..c0947f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,9 +36,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212" +checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" dependencies = [ "actix-http", "actix-service", diff --git a/crates/figma-agent/Cargo.toml b/crates/figma-agent/Cargo.toml index 1e34a73..8cc8b3a 100644 --- a/crates/figma-agent/Cargo.toml +++ b/crates/figma-agent/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] actix-cors = { version = "=0.7.0", features = ["draft-private-network-access"] } -actix-files = "=0.6.5" +actix-files = "=0.6.6" actix-web = "=4.5.1" env_logger = "=0.11.3" figma-agent-fontconfig = { path = "../fontconfig" }