Skip to content

Commit 8b3037c

Browse files
authored
Merge pull request #1965 from CosmWasm/criterion-0.5.1
Upgrade criterion to 0.5.1
2 parents 2149138 + b62e8ce commit 8b3037c

File tree

3 files changed

+10
-43
lines changed

3 files changed

+10
-43
lines changed

Cargo.lock

Lines changed: 8 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thiserror = "1.0.38"
2828
ecdsa = "0.16.2"
2929

3030
[dev-dependencies]
31-
criterion = "0.4"
31+
criterion = "0.5.1"
3232
serde = { version = "1.0.103", default-features = false, features = ["derive", "alloc"] }
3333
serde_json = "1.0.40"
3434
sha2 = "0.10"

packages/vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bitflags = "1.1.0" # https://github.com/CensoredUsername/dynasm-rs/pull/74
6060
# wasmer-middlewares = { path = "../../../wasmer/lib/middlewares" }
6161

6262
[dev-dependencies]
63-
criterion = { version = "0.4", features = ["html_reports"] }
63+
criterion = { version = "0.5.1", features = ["html_reports"] }
6464
glob = "0.3.1"
6565
hex-literal = "0.3.1"
6666
tempfile = "3.1.0"

0 commit comments

Comments
 (0)