chore: cleanup dependency versions

This commit is contained in:
Jindřich Moravec 2024-02-05 23:24:26 +01:00
parent ad98cfafb2
commit f88ba24dc4
8 changed files with 51 additions and 42 deletions

View file

@ -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"] }