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 113a60d chore(deps): Bump criterion from 0.8.0 to 0.8.1 (#360)
113a60d is described below
commit 113a60dc2b0898885e29720104e74c710af702c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 8 07:42:34 2025 +0100
chore(deps): Bump criterion from 0.8.0 to 0.8.1 (#360)
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.8.0
to 0.8.1.
- [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.0...criterion-v0.8.1)
---
updated-dependencies:
- dependency-name: criterion
dependency-version: 0.8.1
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 c318eff..588cf6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -345,9 +345,9 @@ dependencies = [
[[package]]
name = "criterion"
-version = "0.8.0"
+version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a0dfe5e9e71bdcf4e4954f7d14da74d1cdb92a3a07686452d1509652684b1aab"
+checksum = "4d883447757bb0ee46f233e9dc22eb84d93a9508c9b868687b274fc431d886bf"
dependencies = [
"alloca",
"anes",
@@ -368,9 +368,9 @@ dependencies = [
[[package]]
name = "criterion-plot"
-version = "0.8.0"
+version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5de36c2bee19fba779808f92bf5d9b0fa5a40095c277aba10c458a12b35d21d6"
+checksum = "ed943f81ea2faa8dcecbbfa50164acf95d555afec96a27871663b300e387b2e4"
dependencies = [
"cast",
"itertools",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 270cba9..5f906cd 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -84,7 +84,7 @@ rand = { default-features = false, version = "0.9.2",
features = ["default"] }
[dev-dependencies]
anyhow = { default-features = false, version = "1.0.100", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.22.0", path
= "../avro_test_helper" }
-criterion = { default-features = false, version = "0.8.0" }
+criterion = { default-features = false, version = "0.8.1" }
hex-literal = { default-features = false, version = "1.1.0" }
md-5 = { default-features = false, version = "0.10.6" }
pretty_assertions = { workspace = true }