Bump dependencies

This commit is contained in:
Minseong Jang
2022-10-20 13:04:11 +09:00
parent 3f91b321a5
commit f39851625a
4 changed files with 12 additions and 9 deletions

View File

@@ -29,12 +29,12 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "4.0.15", features = ["derive"], optional = true }
clap = { version = "4.0.17", features = ["derive"], optional = true }
thiserror = "1.0.37"
lang-c = "0.11.0"
lang-c = "0.14.0"
itertools = "0.10.5"
tempfile = "3.3.0"
ordered-float = "3.2.0"
ordered-float = "3.3.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"
peg = "0.8.1"