bump dependencies & toolchain

This commit is contained in:
jungin.rhee
2023-08-22 12:13:05 +00:00
committed by Marge
parent d74a8e0b43
commit 1dbbdefe7e
3 changed files with 34 additions and 34 deletions

View File

@@ -6,18 +6,18 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.29", features = ["derive"] }
anyhow = "1.0.75"
clap = { version = "4.3.23", features = ["derive"] }
etrace = "1.1.1"
itertools = "0.10.5"
itertools = "0.11.0"
lazy_static = "1.4.0"
pest = "2.5.1"
pest_derive = "2.5.1"
rayon = "1.6.0"
thiserror = "1.0"
pest = "2.7.2"
pest_derive = "2.7.2"
rayon = "1.7.0"
thiserror = "1.0.47"
ntest = "0.9.0"
approx = "0.5.1"
num-traits = "0.2"
ndarray = "0.15.0"
num-traits = "0.2.16"
ndarray = "0.15.6"
ndarray-rand = "0.14.0"
rand = "0.8.5"