Skip to content

Commit 05155b3

Browse files
rilliankinetiknz
authored andcommitted
Update criterion dev-dependency to 0.4
Move to the current minor release series of the criterion benchmark crate. This migrates off the unmaintained serde_cbor transitive dependency. Fixes `cargo audit` warning for https://rustsec.org/advisories/RUSTSEC-2021-0127
1 parent 9514817 commit 05155b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static_assertions = "1.1.0"
3636
[dev-dependencies]
3737
test-assembler = "0.1.2"
3838
walkdir = "2.3.1"
39-
criterion = "0.3"
39+
criterion = "0.4"
4040

4141
[features]
4242
missing-pixi-permitted = []

0 commit comments

Comments
 (0)