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

@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
haesli_core = { path = "../haesli_core" }
haesli_datastructure = { path = "../haesli_datastructure" }
parking_lot = "0.12.0"
tracing = "0.1.31"
tokio = { version = "1.17.0", features = ["full"] }
parking_lot = "0.12.1"
tracing = "0.1.37"
tokio = { version = "1.26.0", features = ["full"] }
[features]