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

kriskras99 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 7fb5cd4  chore(deps): Bump criterion from 0.8.1 to 0.8.2 (#455)
7fb5cd4 is described below

commit 7fb5cd49bc6a7f47055d9162303a479179a19d2d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 5 07:38:36 2026 +0100

    chore(deps): Bump criterion from 0.8.1 to 0.8.2 (#455)
    
    Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.8.1 
to 0.8.2.
    - [Release notes](https://github.com/criterion-rs/criterion.rs/releases)
    - 
[Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/criterion-rs/criterion.rs/compare/criterion-v0.8.1...criterion-v0.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: criterion
      dependency-version: 0.8.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock      | 8 ++++----
 avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index e7b8513..a54a12b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -347,9 +347,9 @@ dependencies = [
 
 [[package]]
 name = "criterion"
-version = "0.8.1"
+version = "0.8.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4d883447757bb0ee46f233e9dc22eb84d93a9508c9b868687b274fc431d886bf"
+checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
 dependencies = [
  "alloca",
  "anes",
@@ -370,9 +370,9 @@ dependencies = [
 
 [[package]]
 name = "criterion-plot"
-version = "0.8.1"
+version = "0.8.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ed943f81ea2faa8dcecbbfa50164acf95d555afec96a27871663b300e387b2e4"
+checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
 dependencies = [
  "cast",
  "itertools",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index b147d7c..79672df 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -81,7 +81,7 @@ rand = { default-features = false, version = "0.9.2", 
features = ["default"] }
 [dev-dependencies]
 apache-avro-derive = { default-features = false, version = "0.22.0", path = 
"../avro_derive" }
 apache-avro-test-helper = { default-features = false, version = "0.22.0", path 
= "../avro_test_helper" }
-criterion = { default-features = false, version = "0.8.1" }
+criterion = { default-features = false, version = "0.8.2" }
 hex-literal = { default-features = false, version = "1.1.0" }
 md-5 = { default-features = false, version = "0.10.6" }
 pretty_assertions = { workspace = true }

Reply via email to