Skip to content

Commit 5d98260

Browse files
svc-secopsrenovate[bot]
andauthored
chore(deps): update rust crate criterion to 0.7.0 (#982)
Co-authored-by: renovate[bot] <[email protected]>
1 parent e679b6c commit 5d98260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/apollo-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ typed-arena = "2.0"
3131

3232
[dev-dependencies]
3333
anyhow = "1.0"
34-
criterion = "0.6.0"
34+
criterion = "0.7.0"
3535
expect-test = "1.4"
3636
notify = "8.0.0"
3737
pretty_assertions = "1.3.0"

crates/apollo-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pretty_assertions = "1.3.0"
2929
annotate-snippets = "0.11.0"
3030
expect-test = "1.4"
3131
unindent = "0.2.1"
32-
criterion = "0.6.0"
32+
criterion = "0.7.0"
3333

3434
[[bench]]
3535
name = "query"

0 commit comments

Comments
 (0)