Bump dependencies

This commit is contained in:
Jeehoon Kang
2022-12-03 20:33:15 +00:00
parent 2ecc63770e
commit 98694dd0da
4 changed files with 301 additions and 72 deletions

View File

@@ -6,10 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.64"
clap = { version = "3.2.20", features = ["derive"] }
anyhow = "1.0.66"
clap = { version = "4.0.29", features = ["derive"] }
etrace = "1.1.1"
itertools = "0.10.3"
itertools = "0.10.5"
lazy_static = "1.4.0"
pest = "2.3.0"
pest_derive = "2.3.0"
pest = "2.5.1"
pest_derive = "2.5.1"
rayon = "1.6.0"