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 7d0af50d8 Bump strum from 0.25.0 to 0.26.1 in /lang/rust (#2718)
7d0af50d8 is described below

commit 7d0af50d8129994b16c5fd77a37b48d5601d3846
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 30 11:02:46 2024 +0200

    Bump strum from 0.25.0 to 0.26.1 in /lang/rust (#2718)
    
    * Bump strum from 0.25.0 to 0.26.1 in /lang/rust
    
    Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.1.
    - [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-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Upgrade strum and strum_macros in the same commit
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martin Grigorov <[email protected]>
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index ef9e152ef..efc7af3b3 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1181,9 +1181,9 @@ checksum = 
"1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
 
 [[package]]
 name = "strum"
-version = "0.25.0"
+version = "0.26.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
+checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f"
 
 [[package]]
 name = "strum_macros"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index c5e735ccd..ac9bb8f7a 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -66,8 +66,8 @@ 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.25.0" }
-strum_macros = { default-features = false, version = "0.25.3" }
+strum = { default-features = false, version = "0.26.1" }
+strum_macros = { default-features = false, version = "0.26.1" }
 thiserror = { default-features = false, version = "1.0.56" }
 typed-builder = { default-features = false, version = "0.18.1" }
 uuid = { default-features = false, version = "1.7.0", features = ["serde", 
"std"] }

Reply via email to