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 2024/01/19 07:24:42 UTC

(avro) branch main updated: Bump env_logger from 0.10.1 to 0.10.2 in /lang/rust (#2697)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 7a1ca0b8a Bump env_logger from 0.10.1 to 0.10.2 in /lang/rust (#2697)
7a1ca0b8a is described below

commit 7a1ca0b8ada1f053f14837034a54f704035593bb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 19 09:24:37 2024 +0200

    Bump env_logger from 0.10.1 to 0.10.2 in /lang/rust (#2697)
    
    Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.10.2.
    - [Release notes](https://github.com/rust-cli/env_logger/releases)
    - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: env_logger
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 e5b5ae23f..5cf893c69 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -475,9 +475,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 
 [[package]]
 name = "env_logger"
-version = "0.10.1"
+version = "0.10.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
+checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 dependencies = [
  "log",
 ]
diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml
index a8159d170..376dce33b 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -34,6 +34,6 @@ readme = "README.md"
 anyhow = { default-features = false, version = "1.0.79", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
 ctor = { default-features = false, version = "0.2.6" }
-env_logger = { default-features = false, version = "0.10.1" }
+env_logger = { default-features = false, version = "0.10.2" }
 log = { workspace = true }
 ref_thread_local = { default-features = false, version = "0.1.1" }