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 eed2b09  chore(deps): Bump rstest from 0.25.0 to 0.26.1 (#245)
eed2b09 is described below

commit eed2b092b76b9c927c6899e3cbfa9bc77902f311
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 28 10:32:22 2025 +0300

    chore(deps): Bump rstest from 0.25.0 to 0.26.1 (#245)
    
    Bumps [rstest](https://github.com/la10736/rstest) from 0.25.0 to 0.26.1.
    - [Release notes](https://github.com/la10736/rstest/releases)
    - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/la10736/rstest/compare/v0.25.0...v0.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: rstest
      dependency-version: 0.26.1
      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>
---
 Cargo.lock      | 9 ++++-----
 avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index c2c4407..bc0cd1c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1021,19 +1021,18 @@ checksum = 
"ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
 
 [[package]]
 name = "rstest"
-version = "0.25.0"
+version = "0.26.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6fc39292f8613e913f7df8fa892b8944ceb47c247b78e1b1ae2f09e019be789d"
+checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49"
 dependencies = [
  "rstest_macros",
- "rustc_version",
 ]
 
 [[package]]
 name = "rstest_macros"
-version = "0.25.0"
+version = "0.26.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1f168d99749d307be9de54d23fd226628d99768225ef08f6ffb52e0182a27746"
+checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0"
 dependencies = [
  "cfg-if",
  "glob",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index c099cdd..6143e3b 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -91,7 +91,7 @@ pretty_assertions = { default-features = false, version = 
"1.4.1", features = ["
 serial_test = "3.2.0"
 sha2 = { default-features = false, version = "0.10.9" }
 paste = { default-features = false, version = "1.0.15" }
-rstest = { default-features = false, version = "0.25.0" }
+rstest = { default-features = false, version = "0.26.1" }
 
 [package.metadata.docs.rs]
 all-features = true

Reply via email to