Bump dependencies

This commit is contained in:
Minseong Jang
2022-10-14 21:15:58 +09:00
parent e7edf89fb3
commit 3f91b321a5
3 changed files with 36 additions and 60 deletions

View File

@@ -29,13 +29,13 @@ required-features = ["build-bin"]
build-bin = ["clap"]
[dependencies]
clap = { version = "3.2.20", features = ["derive"], optional = true }
thiserror = "1.0.33"
clap = { version = "4.0.15", features = ["derive"], optional = true }
thiserror = "1.0.37"
lang-c = "0.11.0"
itertools = "0.10.3"
itertools = "0.10.5"
tempfile = "3.3.0"
ordered-float = "3.0.0"
ordered-float = "3.2.0"
hexf-parse = "0.2.1"
wait-timeout = "0.2.0"
peg = "0.8.0"
peg = "0.8.1"
rand = "0.8.5"