dep updates

This commit is contained in:
nora 2023-03-02 20:05:41 +01:00
parent 693d52ecac
commit bbf5576872
6 changed files with 35 additions and 35 deletions

View file

@ -7,12 +7,12 @@ edition = "2021"
[dependencies]
haesli_datastructure = { path = "../haesli_datastructure" }
bytes = "1.1.0"
parking_lot = "0.12.0"
bytes = "1.4.0"
parking_lot = "0.12.1"
rand = "0.8.5"
smallvec = { version = "1.8.0", features = ["union"] }
thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["sync"] }
smallvec = { version = "1.10.0", features = ["union"] }
thiserror = "1.0.38"
tokio = { version = "1.26.0", features = ["sync"] }
uuid = "0.8.2"
[features]