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 f54e8c36a Bump strum_macros from 0.25.0 to 0.25.1 in /lang/rust (#2316)
f54e8c36a is described below

commit f54e8c36a18022536372d2e7734dfce32d02c8e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 5 22:21:47 2023 +0300

    Bump strum_macros from 0.25.0 to 0.25.1 in /lang/rust (#2316)
    
    Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.0 to 
0.25.1.
    - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Peternator7/strum/commits)
    
    ---
    updated-dependencies:
    - dependency-name: strum_macros
      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 56ea0f98b4d396e22acaf157a9dae8b78edc5eea)
---
 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 09a128b49..fe2c4559d 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -924,9 +924,9 @@ checksum = 
"290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
 
 [[package]]
 name = "strum_macros"
-version = "0.25.0"
+version = "0.25.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "fe9f3bd7d2e45dcc5e265fbb88d6513e4747d8ef9444cf01a533119bce28a157"
+checksum = "6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232"
 dependencies = [
  "heck",
  "proc-macro2",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index acaf7f72e..6d8847d04 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -68,7 +68,7 @@ serde = { default-features = false, version = "1.0.164", 
features = ["derive"] }
 serde_json = { default-features = false, version = "1.0.99", features = 
["std"] }
 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.0" }
+strum_macros = { default-features = false, version = "0.25.1" }
 thiserror = { default-features = false, version = "1.0.40" }
 typed-builder = { default-features = false, version = "0.14.0" }
 uuid = { default-features = false, version = "1.4.0", features = ["serde", 
"std"] }

Reply via email to