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/01/05 08:09:25 UTC

[avro] branch master updated: Update strum requirement from 0.21.0 to 0.23.0 in /lang/rust (#1408)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6a67d71  Update strum requirement from 0.21.0 to 0.23.0 in /lang/rust (#1408)
6a67d71 is described below

commit 6a67d7161cf7c0f2e229c780b90afea8f2818886
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 5 10:09:21 2022 +0200

    Update strum requirement from 0.21.0 to 0.23.0 in /lang/rust (#1408)
    
    Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version.
    - [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
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/rust/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 328e858..8faffb3 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -62,7 +62,7 @@ regex = "1.5.4"
 serde_json = "1.0.67"
 serde = { version = "1.0.130", features = ["derive"] }
 snap = { version = "1.0.5", optional = true }
-strum = "0.21.0"
+strum = "0.23.0"
 strum_macros = "0.21.1"
 thiserror = "1.0.29"
 typed-builder = "0.9.1"