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:44:47 UTC

[avro] branch master updated: Bump env_logger from 0.9.1 to 0.9.3 in /lang/rust (#1946)

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 f4f18d929 Bump env_logger from 0.9.1 to 0.9.3 in /lang/rust (#1946)
f4f18d929 is described below

commit f4f18d9296dd9e93835f481c4a20b9bd3f0071ec
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 8 21:44:41 2022 +0200

    Bump env_logger from 0.9.1 to 0.9.3 in /lang/rust (#1946)
    
    Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.1 to 0.9.3.
    - [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/compare/v0.9.1...v0.9.3)
    
    ---
    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>
---
 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 ea256c024..2be771731 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -435,9 +435,9 @@ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
 
 [[package]]
 name = "env_logger"
-version = "0.9.1"
+version = "0.9.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
+checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
 dependencies = [
  "log",
 ]
diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml
index fda6d4590..318ec58e5 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.26" }
-env_logger = { default-features = false, version = "0.9.1" }
+env_logger = { default-features = false, version = "0.9.3" }
 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" }