Skip to content

Commit 2bc2b8d

Browse files
committed
chore: update dev dependencies
1 parent b20a660 commit 2bc2b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ features = ["vendored"]
3636
optional = true
3737

3838
[dev-dependencies]
39-
criterion = { version = "0.4", features = ["html_reports"] }
39+
criterion = { version = "0.5", features = ["html_reports"] }
4040
hex = "0.4"
4141
lazy_static = "1.4.0"
4242
phf = { version = "0.11", features = ["macros"] }
4343
pretty_assertions = "1.3"
4444
rand = "0.8"
4545
serde = { version = "1.0", features = ["derive"] }
4646
serde_json = "1.0"
47-
strum_macros = "0.24"
47+
strum_macros = "0.25"
4848

4949
[features]
5050
default = ["ring"]

0 commit comments

Comments
 (0)