This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new be33fb3d0 Update criterion requirement from 0.3 to 0.4 (#2706)
be33fb3d0 is described below
commit be33fb3d0c6af03516e6b3a89167346192f5a6ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 12 16:32:46 2022 +0100
Update criterion requirement from 0.3 to 0.4 (#2706)
Updates the requirements on
[criterion](https://github.com/bheisler/criterion.rs) to permit the latest
version.
- [Release notes](https://github.com/bheisler/criterion.rs/releases)
-
[Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0)
---
updated-dependencies:
- dependency-name: criterion
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
arrow/Cargo.toml | 2 +-
parquet/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 1b2bb6fd7..2de4db642 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -96,7 +96,7 @@ dyn_cmp_dict = []
[dev-dependencies]
rand = { version = "0.8", default-features = false, features = ["std",
"std_rng"] }
-criterion = { version = "0.3", default-features = false }
+criterion = { version = "0.4", default-features = false }
flate2 = { version = "1", default-features = false, features =
["rust_backend"] }
tempfile = { version = "3", default-features = false }
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 1d442b426..a2d11eb58 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -53,7 +53,7 @@ hashbrown = { version = "0.12", default-features = false }
[dev-dependencies]
base64 = { version = "0.13", default-features = false, features = ["std"] }
-criterion = { version = "0.3", default-features = false }
+criterion = { version = "0.4", default-features = false }
snap = { version = "1.0", default-features = false }
tempfile = { version = "3.0", default-features = false }
brotli = { version = "3.3", default-features = false, features = ["std"] }