From bea7ae3c6a0c323879b5de8d3cf48c0459a3c993 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 14 Jan 2024 02:03:30 +0100 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 9bf1478..16f6d75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ tibber = "0.5.0" chrono = "0.4.31" actix-web = "4.4.1" midea = { git = "https://gavania.de/hodasemi/Midea.git" } -actix-cors = "0.6.5" +actix-cors = "0.7.0" dns-lookup = "2.0.4"