Upgrade criterion

This commit is contained in:
Jonas Platte 2022-10-31 10:38:26 +01:00
parent ff70c20063
commit 1c46655fdf
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ uuid = { version = "1.0.0", optional = true, features = ["v4"] }
wildmatch = "2.0.0"
# dev-dependencies can't be optional, so this is a regular dependency
criterion = { version = "0.3.3", optional = true }
criterion = { version = "0.4.0", optional = true }
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
js-sys = { version = "0.3", optional = true }

View File

@ -27,7 +27,7 @@ thiserror = "1.0.26"
tracing = "0.1.26"
# dev-dependencies can't be optional, so this is a regular dependency
criterion = { version = "0.3.3", optional = true }
criterion = { version = "0.4.0", optional = true }
[dev-dependencies]
maplit = "1.0.2"