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

commit dd6c4567b551858e8099af8ddc6b91d3657647d9
Author: dependabot[bot] <49699333+dependabot[bot]@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] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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" }

Reply via email to