anti-cors update

This commit is contained in:
arrelin
2025-12-09 17:40:37 +03:00
parent b5e4e48420
commit 7e1e89424a
3 changed files with 36 additions and 1 deletions

17
Cargo.lock generated
View File

@@ -653,6 +653,7 @@ dependencies = [
"thiserror 2.0.17",
"time",
"tokio",
"tower-http",
"tower-sessions",
"tower-sessions-sqlx-store",
"utoipa",
@@ -2792,6 +2793,22 @@ dependencies = [
"tower-service",
]
[[package]]
name = "tower-http"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
"bitflags",
"bytes",
"http",
"http-body",
"http-body-util",
"pin-project-lite",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.3"