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 12e74b4 chore(deps): Bump env_logger from 0.11.9 to 0.11.10 (#515)
12e74b4 is described below
commit 12e74b466432d9d13e1e21c6ca77f2afff16dc2f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 07:46:13 2026 +0200
chore(deps): Bump env_logger from 0.11.9 to 0.11.10 (#515)
---
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 21abcbc..ccfa8a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -524,9 +524,9 @@ dependencies = [
[[package]]
name = "env_logger"
-version = "0.11.9"
+version = "0.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
+checksum = "0621c04f2196ac3f488dd583365b9c09be011a4ab8b9f37248ffcc8f6198b56a"
dependencies = [
"env_filter",
"log",
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index d2ba343..38f03a0 100644
--- a/avro_test_helper/Cargo.toml
+++ b/avro_test_helper/Cargo.toml
@@ -32,7 +32,7 @@ readme = "README.md"
[dependencies]
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.6.3", features = ["dtor",
"proc_macro"] }
-env_logger = { default-features = false, version = "0.11.9" }
+env_logger = { default-features = false, version = "0.11.10" }
log = { workspace = true }
[lints]