Bump dependencies

This commit is contained in:
Jeehoon Kang
2023-02-28 12:00:44 +09:00
parent 8df80203b8
commit b299644675
4 changed files with 36 additions and 46 deletions

View File

@@ -29,11 +29,11 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "4.0.29", features = ["derive"], optional = true }
clap = { version = "4.1.7", features = ["derive"], optional = true }
thiserror = "1.0.38"
lang-c = "0.14.0"
lang-c = "0.15.0"
itertools = "0.10.5"
tempfile = "3.3.0"
tempfile = "3.4.0"
ordered-float = "3.4.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"