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/11/08 19:43:48 UTC

[avro] branch master updated: Bump regex from 1.6.0 to 1.7.0 in /lang/rust (#1947)

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 2a7ab42f5 Bump regex from 1.6.0 to 1.7.0 in /lang/rust (#1947)
2a7ab42f5 is described below

commit 2a7ab42f514713e96e8026a76e2a60c1f3759b3e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 8 21:43:40 2022 +0200

    Bump regex from 1.6.0 to 1.7.0 in /lang/rust (#1947)
    
    Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rust-lang/regex/compare/1.6.0...1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 30cff124b..ea256c024 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -883,9 +883,9 @@ checksum = "a0d51660a68078997855ba5602f73ab3a5031bd7ad480a9d4c90fbbf04e1fff0"
 
 [[package]]
 name = "regex"
-version = "1.6.0"
+version = "1.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
+checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
 dependencies = [
  "regex-syntax",
 ]
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 102c4d8c9..49f3df921 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -62,7 +62,7 @@ lazy_static = { default-features = false, version = "1.4.0" }
 libflate = { default-features = false, version = "1.2.0" }
 log = { default-features = false, version = "0.4.17" }
 num-bigint = { default-features = false, version = "0.4.3" }
-regex = { default-features = false, version = "1.6.0", features = ["std"] }
+regex = { default-features = false, version = "1.7.0", features = ["std"] }
 serde = { default-features = false, version = "1.0.147", features = ["derive"] }
 serde_json = { default-features = false, version = "1.0.87", features = ["std"] }
 snap = { default-features = false, version = "1.0.5", optional = true }