Update dependencies

This commit is contained in:
Minseong Jang
2022-08-02 15:23:52 +09:00
parent fb05faa8b0
commit a23b474161
3 changed files with 72 additions and 82 deletions

View File

@@ -29,13 +29,13 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "3.0.10", features = ["derive"], optional = true }
clap = { version = "3.2.14", features = ["derive"], optional = true }
thiserror = "1.0.30"
lang-c = "0.11.0"
itertools = "0.10.3"
tempfile = "3.3.0"
ordered-float = "2.10.0"
ordered-float = "3.0.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"
peg = "0.8.0"
rand = "0.8.4"
rand = "0.8.5"