mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-10 21:49:31 -05:00
upgrades
This commit is contained in:
parent
1e1fb9ecbd
commit
0c3461b7f8
2 changed files with 2 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1678,6 +1678,7 @@ checksum = "ee9a6796ff68a1014f6665dac55341820f26e63ec706e58bfaee468cf0ac174f"
|
|||
dependencies = [
|
||||
"ansi_term",
|
||||
"atty",
|
||||
"chrono",
|
||||
"glob",
|
||||
"lazy_static",
|
||||
"log",
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ capnp = "^0"
|
|||
capnp-rpc = "^0"
|
||||
config = { version = "^0", features = ["yaml"] }
|
||||
bugsalot = "^0"
|
||||
flexi_logger = "^0"
|
||||
flexi_logger = { version = "^0", features = ["use_chrono_for_offset"] }
|
||||
thiserror = "^1"
|
||||
crossbeam-channel = "^0"
|
||||
veilid-core = { path = "../veilid-core" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue