Skip to content

Commit 4ca8dd4

Browse files
Update criterion requirement from 0.5 to 0.6
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0925c8 commit 4ca8dd4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ zstd = { version = "0.13", optional = true, default-features = false }
137137
arrow-buffer = { workspace = true }
138138
async-trait = { workspace = true }
139139
bigdecimal = { workspace = true }
140-
criterion = { version = "0.5", features = ["async_tokio"] }
140+
criterion = { version = "0.6", features = ["async_tokio"] }
141141
csv = "1.1.6"
142142
ctor = { workspace = true }
143143
doc-comment = { workspace = true }

datafusion/functions-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ log = { workspace = true }
5555
paste = "1.0.14"
5656

5757
[dev-dependencies]
58-
criterion = { version = "0.5", features = ["async_tokio"] }
58+
criterion = { version = "0.6", features = ["async_tokio"] }
5959

6060
[[bench]]
6161
harness = false

datafusion/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ uuid = { version = "1.7", features = ["v4"], optional = true }
8787

8888
[dev-dependencies]
8989
arrow = { workspace = true, features = ["test_utils"] }
90-
criterion = "0.5"
90+
criterion = "0.6"
9191
rand = { workspace = true }
9292
rstest = { workspace = true }
9393
tokio = { workspace = true, features = ["macros", "rt", "sync"] }

datafusion/physical-expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ regex = { workspace = true, optional = true }
6969

7070
[dev-dependencies]
7171
arrow = { workspace = true, features = ["test_utils"] }
72-
criterion = "0.5"
72+
criterion = "0.6"
7373
rand = { workspace = true }
7474
rstest = { workspace = true }
7575
tokio = { workspace = true, features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)