You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/08/08 18:21:59 UTC

[avro] branch branch-1.11 updated: Bump strum_macros from 0.24.2 to 0.24.3 in /lang/rust (#1813)

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 3e547a81f Bump strum_macros from 0.24.2 to 0.24.3 in /lang/rust (#1813)
3e547a81f is described below

commit 3e547a81fb889e0a3f905e2cfe1f60d6c64ac68a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 8 21:21:37 2022 +0300

    Bump strum_macros from 0.24.2 to 0.24.3 in /lang/rust (#1813)
    
    Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.2 to 0.24.3.
    - [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_macros
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 7a4a5e0b6437c8dba73936007a4704d34e2f9558)
---
 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 1733e149a..2bc3d2e42 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1046,9 +1046,9 @@ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
 
 [[package]]
 name = "strum_macros"
-version = "0.24.2"
+version = "0.24.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"
+checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
 dependencies = [
  "heck",
  "proc-macro2",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 3224a0cb2..d1d0292a3 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -67,7 +67,7 @@ serde = { default-features = false, version = "1.0.142", features = ["derive"] }
 serde_json = { default-features = false, version = "1.0.83", features = ["std"] }
 snap = { default-features = false, version = "1.0.5", optional = true }
 strum = { default-features = false, version = "0.24.1" }
-strum_macros = { default-features = false, version = "0.24.2" }
+strum_macros = { default-features = false, version = "0.24.3" }
 thiserror = { default-features = false, version = "1.0.32" }
 typed-builder = { default-features = false, version = "0.10.0" }
 uuid = { default-features = false, version = "1.1.2", features = ["serde", "std"] }