fix minimal-versions of dependencies

This commit is contained in:
teoxoy
2022-04-16 15:09:56 +02:00
committed by Dzmitry Malyshau
parent 88fff4c028
commit bddfc34299

View File

@@ -43,9 +43,13 @@ name = "criterion"
harness = false
[dependencies]
arbitrary = { version = "1", features = ["derive"], optional = true }
bitflags = "1"
arbitrary = { version = "1.0.2", features = ["derive"], optional = true }
bitflags = "1.0.4"
bit-set = "0.5"
termcolor = "1.0.4"
# remove termcolor dep when updating to the next version of codespan-reporting
# termcolor minimum version was wrong and was fixed in
# https://github.com/brendanzab/codespan/commit/e99c867339a877731437e7ee6a903a3d03b5439e
codespan-reporting = { version = "0.11.0", optional = true }
rustc-hash = "1.1.0"
indexmap = "1.6"
@@ -53,7 +57,7 @@ log = "0.4"
num-traits = "0.2"
spirv = { version = "0.2", optional = true }
thiserror = "1.0.21"
serde = { version = "1.0", features = ["derive"], optional = true }
serde = { version = "1.0.103", features = ["derive"], optional = true }
petgraph = { version ="0.6", optional = true }
pp-rs = { version = "0.2.1", optional = true }
hexf-parse = { version = "0.2.1", optional = true }