Update dependencies
This commit is contained in:
parent
8605f8d43f
commit
ae83abe67e
4 changed files with 404 additions and 180 deletions
|
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "brood"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ciborium = "0.2.0"
|
||||
clap = { version = "4.0.5", features = ["derive"] }
|
||||
csv = "1.1.6"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
simd-json = "0.6.0"
|
||||
ciborium = "0.2.2"
|
||||
clap = { version = "4.5.7", features = ["derive", "deprecated"] }
|
||||
csv = "1.3.0"
|
||||
rustc-hash = "2.0.0"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde_json = "1.0.118"
|
||||
simd-json = "0.13.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue