Add once_cell to dependdencies
This commit is contained in:
parent
b1d7b3969d
commit
43f32d30cb
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3044,6 +3044,7 @@ dependencies = [
|
|||||||
"ldap3",
|
"ldap3",
|
||||||
"lindera-tantivy",
|
"lindera-tantivy",
|
||||||
"migrations_internals",
|
"migrations_internals",
|
||||||
|
"once_cell",
|
||||||
"openssl",
|
"openssl",
|
||||||
"plume-api",
|
"plume-api",
|
||||||
"plume-common",
|
"plume-common",
|
||||||
|
@ -34,6 +34,7 @@ glob = "0.3.0"
|
|||||||
lindera-tantivy = { version = "0.7.1", optional = true }
|
lindera-tantivy = { version = "0.7.1", optional = true }
|
||||||
tracing = "0.1.22"
|
tracing = "0.1.22"
|
||||||
riker = "0.4.2"
|
riker = "0.4.2"
|
||||||
|
once_cell = "1.5.2"
|
||||||
|
|
||||||
[dependencies.chrono]
|
[dependencies.chrono]
|
||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
Loading…
Reference in New Issue
Block a user