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.git


The following commit(s) were added to refs/heads/main by this push:
     new 6d50e7946 Bump rstest from 0.18.2 to 0.19.0 in /lang/rust (#2844)
6d50e7946 is described below

commit 6d50e79463a022ca5cccd82f04d169372f013362
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 10 11:22:36 2024 +0300

    Bump rstest from 0.18.2 to 0.19.0 in /lang/rust (#2844)
    
    Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.0.
    - [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.18.2...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: rstest
      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>
---
 lang/rust/Cargo.lock      | 8 ++++----
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 580692933..e9d02bb50 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1073,9 +1073,9 @@ checksum = 
"3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
 
 [[package]]
 name = "rstest"
-version = "0.18.2"
+version = "0.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199"
+checksum = "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330"
 dependencies = [
  "rstest_macros",
  "rustc_version",
@@ -1083,9 +1083,9 @@ dependencies = [
 
 [[package]]
 name = "rstest_macros"
-version = "0.18.2"
+version = "0.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605"
+checksum = "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25"
 dependencies = [
  "cfg-if",
  "glob",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 63d71df82..9da3ee530 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -91,7 +91,7 @@ pretty_assertions = { default-features = false, version = 
"1.4.0", features = ["
 serial_test = "3.0.0"
 sha2 = { default-features = false, version = "0.10.8" }
 paste = { default-features = false, version = "1.0.14" }
-rstest = { default-features = false, version = "0.18.2" }
+rstest = { default-features = false, version = "0.19.0" }
 
 [package.metadata.docs.rs]
 all-features = true

Reply via email to