mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 11:45:02 +01:00
dep updates
This commit is contained in:
parent
693d52ecac
commit
bbf5576872
6 changed files with 35 additions and 35 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue