Bump criterion from 0.3.5 to 0.3.6 (#674)

This commit is contained in:
dependabot[bot] 2022-07-15 10:25:48 +00:00 committed by GitHub
parent 15d5a466da
commit 81512887aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

14
Cargo.lock generated
View file

@ -130,6 +130,12 @@ dependencies = [
"rustc_version",
]
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cfg-if"
version = "1.0.0"
@ -229,12 +235,12 @@ dependencies = [
[[package]]
name = "criterion"
version = "0.3.5"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10"
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
dependencies = [
"atty",
"cast",
"cast 0.3.0",
"clap 2.34.0",
"criterion-plot",
"csv",
@ -259,7 +265,7 @@ version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57"
dependencies = [
"cast",
"cast 0.2.7",
"itertools",
]

View file

@ -76,7 +76,7 @@ uuid = { version = "1.1.2", features = ["v4"] }
[dev-dependencies]
assert_unordered = "0.3.5"
criterion = { version = "0.3.5" }
criterion = { version = "0.3.6" }
insta = { version = "1.15.0", features = ["backtrace", "redactions"] }
jod-thread = "0.1.2"