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,20 +7,20 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
haesli_core = { path = "../haesli_core" }
|
||||
anyhow = "1.0.53"
|
||||
bytes = "1.1.0"
|
||||
nom = "7.1.0"
|
||||
once_cell = "1.9.0"
|
||||
rand = "0.8.4"
|
||||
regex = "1.5.4"
|
||||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.16.1", features = ["full"] }
|
||||
tracing = "0.1.30"
|
||||
anyhow = "1.0.69"
|
||||
bytes = "1.4.0"
|
||||
nom = "7.1.3"
|
||||
once_cell = "1.17.1"
|
||||
rand = "0.8.5"
|
||||
regex = "1.7.1"
|
||||
thiserror = "1.0.38"
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[features]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.5"
|
||||
criterion = "0.3.6"
|
||||
|
||||
[[bench]]
|
||||
name = "parser"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue