mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 05:25:58 +00:00
fix shear
This commit is contained in:
Generated
-1
@@ -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",
|
||||||
|
|||||||
@@ -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"] }
|
||||||
|
|||||||
@@ -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"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user