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/09/19 20:07:19 UTC

[avro] branch branch-1.11 updated: Bump env_logger from 0.9.0 to 0.9.1 in /lang/rust (#1879)

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 0c73d6ad0 Bump env_logger from 0.9.0 to 0.9.1 in /lang/rust (#1879)
0c73d6ad0 is described below

commit 0c73d6ad02ea930c78eb59805cc46601298df5ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 19 23:06:30 2022 +0300

    Bump env_logger from 0.9.0 to 0.9.1 in /lang/rust (#1879)
    
    Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.0 to 0.9.1.
    - [Release notes](https://github.com/env-logger-rs/env_logger/releases)
    - [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/env-logger-rs/env_logger/commits)
    
    ---
    updated-dependencies:
    - dependency-name: env_logger
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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>
    (cherry picked from commit dd6c4567b551858e8099af8ddc6b91d3657647d9)
---
 lang/rust/Cargo.lock                  | 4 ++--
 lang/rust/avro_test_helper/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index b2691e6cf..a340c76cd 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -435,9 +435,9 @@ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
 
 [[package]]
 name = "env_logger"
-version = "0.9.0"
+version = "0.9.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
+checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
 dependencies = [
  "log",
 ]
diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml
index 4f3cdf02a..adcfd6c04 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -32,7 +32,7 @@ documentation = "https://docs.rs/apache-avro-test-helper"
 [dependencies]
 color-backtrace = { default-features = false, version = "0.5.1" }
 ctor = { default-features = false, version = "0.1.23" }
-env_logger = { default-features = false, version = "0.9.0" }
+env_logger = { default-features = false, version = "0.9.1" }
 lazy_static = { default-features = false, version = "1.4.0" }
 log = { default-features = false, version = "0.4.17" }
 ref_thread_local = { default-features = false, version = "0.1.1" }