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/02/25 07:46:28 UTC

[avro] branch branch-1.11 updated: Update strum requirement from 0.23.0 to 0.24.0 in /lang/rust (#1561)

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 da1b0c2  Update strum requirement from 0.23.0 to 0.24.0 in /lang/rust (#1561)
da1b0c2 is described below

commit da1b0c2849fbbbece47a547d6011343bd4e3dc4b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 25 09:45:56 2022 +0200

    Update strum requirement from 0.23.0 to 0.24.0 in /lang/rust (#1561)
    
    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>
    (cherry picked from commit f10fa6b9e30e38ec5cde6e00288f0b31b24bf1de)
---
 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 b2d1d2e..b1c68c6 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -64,7 +64,7 @@ regex = "1.5.4"
 serde_json = "1.0.79"
 serde = { version = "1.0.136", features = ["derive"] }
 snap = { version = "1.0.5", optional = true }
-strum = "0.23.0"
+strum = "0.24.0"
 strum_macros = "0.23.1"
 thiserror = "1.0.30"
 typed-builder = "0.10.0"