Update Rust crate actix-cors to 0.7.1 #268

Merged
renovate merged 1 commits from renovate/actix-cors-0.x into master 2025-03-29 23:01:30 +00:00
Showing only changes of commit 97f65931c8 - Show all commits

View File

@ -16,7 +16,7 @@ actix-web = "4.10.2"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-cors = "0.7.0"
actix-cors = "0.7.1"
lazy_static = "1.4.0"
anyhow = "1.0.93"
reqwest = { version = "0.12.15", features = ["json"] }