chore: cleanup dependency versions
This commit is contained in:
parent
ad98cfafb2
commit
f88ba24dc4
8 changed files with 51 additions and 42 deletions
|
|
@ -4,10 +4,10 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bincode = "2.0.0-rc.3"
|
||||
tokio = { version = "1.34.0", features = ["io-util", "macros", "test-util"] }
|
||||
async-trait = "0.1.74"
|
||||
thiserror = "1.0.50"
|
||||
rand_seeder = "0.2.3"
|
||||
async-trait = { workspace = true }
|
||||
bincode = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
rand_pcg = "0.3.1"
|
||||
rand = "0.8.5"
|
||||
rand_seeder = "0.2.3"
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["io-util", "macros", "test-util"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue