Skip to content

Commit 49f386e

Browse files
fix(deps): bump criterion from 0.5.1 to 0.6.0 (#1889)
1 parent ef6e384 commit 49f386e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Cargo.lock

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

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ winreg = "0.55.0"
187187

188188
[dev-dependencies]
189189
assert_cmd = "2.0"
190-
criterion = "0.5.1"
190+
criterion = "0.6.0"
191191
mockito = "1.7.0"
192192
paste = "1.0.11"
193193
predicates = "3.0"

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ winapi = { version = "0.3", features = ["consoleapi"] }
9999

100100
[dev-dependencies]
101101
assert_cmd = "2.0"
102-
criterion = "0.5.1"
102+
criterion = "0.6.0"
103103
insta.workspace = true
104104
paste = "1.0.11"
105105
predicates = "3.0"

0 commit comments

Comments
 (0)