mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
server: dependency cleanup
This commit is contained in:
committed by
nitnelave
parent
3556e41612
commit
74dbba0bdc
Generated
+1
-1
@@ -2702,7 +2702,7 @@ dependencies = [
|
|||||||
"sea-orm",
|
"sea-orm",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_bytes",
|
"serde_bytes",
|
||||||
"thiserror 1.0.66",
|
"thiserror 2.0.12",
|
||||||
"uuid 1.11.0",
|
"uuid 1.11.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ digest = "0.9"
|
|||||||
generic-array = "0.14"
|
generic-array = "0.14"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
sha2 = "0.9"
|
sha2 = "0.9"
|
||||||
thiserror = "*"
|
thiserror = "2"
|
||||||
|
|
||||||
[dependencies.derive_more]
|
[dependencies.derive_more]
|
||||||
features = ["debug", "display"]
|
features = ["debug", "display"]
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ base64 = "0.21"
|
|||||||
bincode = "1.3"
|
bincode = "1.3"
|
||||||
orion = "0.17"
|
orion = "0.17"
|
||||||
serde_bytes = "0.11"
|
serde_bytes = "0.11"
|
||||||
thiserror = "1"
|
thiserror = "2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "1"
|
pretty_assertions = "1"
|
||||||
@@ -38,13 +38,7 @@ path = "../domain"
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
workspace = true
|
workspace = true
|
||||||
features = [
|
features = ["macros"]
|
||||||
"macros",
|
|
||||||
"with-chrono",
|
|
||||||
"with-uuid",
|
|
||||||
"sqlx-all",
|
|
||||||
"runtime-actix-rustls",
|
|
||||||
]
|
|
||||||
|
|
||||||
[dependencies.serde]
|
[dependencies.serde]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ rand_chacha = "0.3"
|
|||||||
rustls-pemfile = "1"
|
rustls-pemfile = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
thiserror = "*"
|
thiserror = "2"
|
||||||
time = "0.3"
|
time = "0.3"
|
||||||
tokio-rustls = "0.23"
|
tokio-rustls = "0.23"
|
||||||
tokio-stream = "*"
|
tokio-stream = "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user