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

[avro] 01/01: Bump strum_macros from 0.24.2 to 0.24.3 in /lang/rust

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

github-bot pushed a commit to branch dependabot/cargo/lang/rust/master/strum_macros-0.24.3
in repository https://gitbox.apache.org/repos/asf/avro.git

commit afc8b6eb7ae19ffc51aa74b0d1aac2daa1a4de46
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 8 17:23:21 2022 +0000

    Bump strum_macros from 0.24.2 to 0.24.3 in /lang/rust
    
    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>
---
 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 a6b071ee9..507a5e9f5 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 195286a1c..80f7e3531 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"] }