mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
bump dependencies & toolchain
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user