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