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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new eed46f17a Bump strum from 0.26.1 to 0.26.2 in /lang/rust (#2801)
eed46f17a is described below

commit eed46f17aba20f6dacfb7671be02fe8c9bdd54f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 09:27:06 2024 +0200

    Bump strum from 0.26.1 to 0.26.2 in /lang/rust (#2801)
    
    Bumps [strum](https://github.com/Peternator7/strum) from 0.26.1 to 0.26.2.
    - [Release notes](https://github.com/Peternator7/strum/releases)
    - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Peternator7/strum/commits)
    
    ---
    updated-dependencies:
    - dependency-name: strum
      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>
    (cherry picked from commit a876bf40ec9bb7ba8da618ed873739466a555ed7)
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index d73e469d6..8ba16c554 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1255,9 +1255,9 @@ checksum = 
"1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
 
 [[package]]
 name = "strum"
-version = "0.26.1"
+version = "0.26.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f"
+checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
 
 [[package]]
 name = "strum_macros"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index e33f999e1..c371045f4 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -66,7 +66,7 @@ regex-lite = { default-features = false, version = "0.1.5", 
features = ["std", "
 serde = { workspace = true }
 serde_json = { workspace = true }
 snap = { default-features = false, version = "1.1.0", optional = true }
-strum = { default-features = false, version = "0.26.1" }
+strum = { default-features = false, version = "0.26.2" }
 strum_macros = { default-features = false, version = "0.26.1" }
 thiserror = { default-features = false, version = "1.0.57" }
 typed-builder = { default-features = false, version = "0.18.1" }

Reply via email to