Skip to content

Commit b886eb4

Browse files
chore: bump criterion from 0.5.1 to 0.6.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75318cf commit b886eb4

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

Cargo.lock

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

prqlc/prqlc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tokio-util = { version = "0.7.15", optional = true, features = ["compat"] }
135135
[dev-dependencies]
136136
# default-features=false required to allow wasm compilation (which we don't use
137137
# for benchmarks but simplifies the code)
138-
criterion = { version = "0.5.1", default-features = false }
138+
criterion = { version = "0.6.0", default-features = false }
139139
glob = { version = "0.3.2" }
140140
insta = { workspace = true }
141141
insta-cmd = { workspace = true }

0 commit comments

Comments
 (0)