upgrades
This commit is contained in:
parent
1e1fb9ecbd
commit
0c3461b7f8
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1678,6 +1678,7 @@ checksum = "ee9a6796ff68a1014f6665dac55341820f26e63ec706e58bfaee468cf0ac174f"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"atty",
|
"atty",
|
||||||
|
"chrono",
|
||||||
"glob",
|
"glob",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
|
@ -38,7 +38,7 @@ capnp = "^0"
|
|||||||
capnp-rpc = "^0"
|
capnp-rpc = "^0"
|
||||||
config = { version = "^0", features = ["yaml"] }
|
config = { version = "^0", features = ["yaml"] }
|
||||||
bugsalot = "^0"
|
bugsalot = "^0"
|
||||||
flexi_logger = "^0"
|
flexi_logger = { version = "^0", features = ["use_chrono_for_offset"] }
|
||||||
thiserror = "^1"
|
thiserror = "^1"
|
||||||
crossbeam-channel = "^0"
|
crossbeam-channel = "^0"
|
||||||
veilid-core = { path = "../veilid-core" }
|
veilid-core = { path = "../veilid-core" }
|
||||||
|
Loading…
Reference in New Issue
Block a user