Bump dependencies

This commit is contained in:
Minseong Jang
2022-01-05 17:17:59 +09:00
parent 28e4bb46a8
commit 1ed49eb716
2 changed files with 13 additions and 13 deletions

View File

@@ -29,13 +29,13 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "3.0.0-rc.11", features = ["yaml", "cargo"], optional = true }
clap = { version = "3.0.1", 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.8.0"
ordered-float = "2.9.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"
peg = "0.7.0"
peg = "0.8.0"
rand = "0.8.4"