Removed unused base64 dependency
This commit is contained in:
parent
39a57e35ac
commit
31eb05d098
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1921,7 +1921,6 @@ name = "lldap-controller"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64 0.22.1",
|
|
||||||
"chrono",
|
"chrono",
|
||||||
"cynic",
|
"cynic",
|
||||||
"futures",
|
"futures",
|
||||||
|
|
|
@ -31,7 +31,6 @@ tracing = "0.1.41"
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
chrono = "0.4.40"
|
chrono = "0.4.40"
|
||||||
passwords = "3.1.16"
|
passwords = "3.1.16"
|
||||||
base64 = "0.22.1"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
insta = { workspace = true }
|
insta = { workspace = true }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user