From 51a52a47296e2e0aa7daf54625de94a7c0091584 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:39:24 +0000 Subject: [PATCH] Update Rust crate actix-cors to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 993e3d3..2b24d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ thiserror = "1.0" serde_valid = "0.18.0" serde_json = { version = "1.0.111", features = [] } serde_derive = "1.0.195" -actix-cors = "0.6.4" +actix-cors = "0.7.0" tracing-actix-web = "0.7.7" regex = "1.10.2" rand = "0.8.5"