This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cee77a  chore(deps): Bump criterion from 0.5.1 to 0.6.0 (#198)
0cee77a is described below

commit 0cee77ae295a44e12073f1da309eeaf4e1cb4631
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 00:12:03 2025 +0300

    chore(deps): Bump criterion from 0.5.1 to 0.6.0 (#198)
    
    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](https://github.com/bheisler/criterion.rs/compare/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]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martin Grigorov <[email protected]>
---
 Cargo.lock      | 31 ++++++++++---------------------
 avro/Cargo.toml |  2 +-
 2 files changed, 11 insertions(+), 22 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index ed3f4e1..6a44497 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -331,23 +331,20 @@ dependencies = [
 
 [[package]]
 name = "criterion"
-version = "0.5.1"
+version = "0.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
+checksum = "3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679"
 dependencies = [
  "anes",
  "cast",
  "ciborium",
  "clap",
  "criterion-plot",
- "is-terminal",
- "itertools",
+ "itertools 0.13.0",
  "num-traits",
- "once_cell",
  "oorandom",
  "regex",
  "serde",
- "serde_derive",
  "serde_json",
  "tinytemplate",
  "walkdir",
@@ -360,7 +357,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 dependencies = [
  "cast",
- "itertools",
+ "itertools 0.10.5",
 ]
 
 [[package]]
@@ -636,12 +633,6 @@ dependencies = [
  "wasm-bindgen-test",
 ]
 
-[[package]]
-name = "hermit-abi"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
-
 [[package]]
 name = "hex-literal"
 version = "1.0.0"
@@ -655,21 +646,19 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 
 [[package]]
-name = "is-terminal"
-version = "0.4.13"
+name = "itertools"
+version = "0.10.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
+checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 dependencies = [
- "hermit-abi",
- "libc",
- "windows-sys 0.52.0",
+ "either",
 ]
 
 [[package]]
 name = "itertools"
-version = "0.10.5"
+version = "0.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
+checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 dependencies = [
  "either",
 ]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 16baa95..507aae3 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -84,7 +84,7 @@ rand = { default-features = false, version = "0.9.1", 
features = ["default"] }
 [dev-dependencies]
 anyhow = { default-features = false, version = "1.0.98", features = ["std"] }
 apache-avro-test-helper = { default-features = false, version = "0.19.0", path 
= "../avro_test_helper" }
-criterion = { default-features = false, version = "0.5.1" }
+criterion = { default-features = false, version = "0.6.0" }
 hex-literal = { default-features = false, version = "1.0.0" }
 md-5 = { default-features = false, version = "0.10.6" }
 pretty_assertions = { default-features = false, version = "1.4.1", features = 
["std"] }

Reply via email to