fix shear

This commit is contained in:
aecsocket
2026-08-02 17:10:03 +01:00
parent f1930f9738
commit 95c2e58e0b
3 changed files with 0 additions and 3 deletions
Generated
-1
View File
@@ -5532,7 +5532,6 @@ dependencies = [
"totp-rs", "totp-rs",
"tracing", "tracing",
"tracing-actix-web", "tracing-actix-web",
"unicode-normalization",
"url", "url",
"urlencoding", "urlencoding",
"utoipa", "utoipa",
-1
View File
@@ -230,7 +230,6 @@ tracing-ecs = "0.5.0"
tracing-error = "0.2.1" tracing-error = "0.2.1"
tracing-subscriber = "0.3.20" tracing-subscriber = "0.3.20"
typed-path = "0.12.0" typed-path = "0.12.0"
unicode-normalization = "0.1.24"
url = "2.5.7" url = "2.5.7"
urlencoding = "2.1.3" urlencoding = "2.1.3"
utoipa = { version = "5.4.0", features = ["actix_extras", "chrono", "decimal"] } utoipa = { version = "5.4.0", features = ["actix_extras", "chrono", "decimal"] }
-1
View File
@@ -135,7 +135,6 @@ tokio-stream = { workspace = true }
totp-rs = { workspace = true, features = ["gen_secret"] } totp-rs = { workspace = true, features = ["gen_secret"] }
tracing = { workspace = true } tracing = { workspace = true }
tracing-actix-web = { workspace = true } tracing-actix-web = { workspace = true }
unicode-normalization = { workspace = true }
url = { workspace = true } url = { workspace = true }
urlencoding = { workspace = true } urlencoding = { workspace = true }
utoipa = { workspace = true, features = ["url"] } utoipa = { workspace = true, features = ["url"] }