Bump dependencies

This commit is contained in:
Minseong Jang
2022-01-20 18:21:20 +09:00
parent 39b2467f7e
commit 234cc109ed
2 changed files with 28 additions and 10 deletions

View File

@@ -29,12 +29,12 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "3.0.1", features = ["yaml", "cargo"], optional = true }
clap = { version = "3.0.10", features = ["yaml", "cargo"], optional = true }
lang-c = "0.11.0"
itertools = "0.10.3"
failure = "0.1.8"
tempfile = "3.2.0"
ordered-float = "2.9.0"
tempfile = "3.3.0"
ordered-float = "2.10.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"
peg = "0.8.0"