chore: cleanup dependency versions
This commit is contained in:
parent
ad98cfafb2
commit
f88ba24dc4
8 changed files with 51 additions and 42 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -8,3 +8,14 @@ members = [
|
|||
"parser",
|
||||
"storage_engine"
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.79"
|
||||
async-trait = "0.1.77"
|
||||
bimap = "0.6.3"
|
||||
bincode = "2.0.0-rc.3"
|
||||
clap = "4.4.18"
|
||||
rand = "0.8.5"
|
||||
serde = "1.0.196"
|
||||
thiserror = "1.0.56"
|
||||
tokio = "1.36.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue