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-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 47345c5  chore: Bump env_logger from 0.11.5 to 0.11.6 (#82)
47345c5 is described below

commit 47345c52228aa820938b0153af918cc910bbfc6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 23 08:55:50 2024 +0200

    chore: Bump env_logger from 0.11.5 to 0.11.6 (#82)
---
 Cargo.lock                  | 4 ++--
 avro_test_helper/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index f3b8c6d..5a8c1b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -487,9 +487,9 @@ dependencies = [
 
 [[package]]
 name = "env_logger"
-version = "0.11.5"
+version = "0.11.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
+checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
 dependencies = [
  "env_filter",
  "log",
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 8e341ea..7896c3b 100644
--- a/avro_test_helper/Cargo.toml
+++ b/avro_test_helper/Cargo.toml
@@ -33,5 +33,5 @@ readme = "README.md"
 anyhow = { default-features = false, version = "1.0.94", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
 ctor = { default-features = false, version = "0.2.9" }
-env_logger = { default-features = false, version = "0.11.5" }
+env_logger = { default-features = false, version = "0.11.6" }
 log = { workspace = true }

Reply via email to