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 2d9b4e6 chore(deps): Bump env_logger from 0.11.8 to 0.11.9 (#463)
2d9b4e6 is described below
commit 2d9b4e684733be10bb5d6062daefac7e09361db6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 07:11:13 2026 +0200
chore(deps): Bump env_logger from 0.11.8 to 0.11.9 (#463)
---
Cargo.lock | 8 ++++----
avro_test_helper/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index fe32dec..035b4c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -516,18 +516,18 @@ checksum =
"34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
[[package]]
name = "env_filter"
-version = "0.1.4"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
+checksum = "7a1c3cc8e57274ec99de65301228b537f1e4eedc1b8e0f9411c6caac8ae7308f"
dependencies = [
"log",
]
[[package]]
name = "env_logger"
-version = "0.11.8"
+version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
+checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
dependencies = [
"env_filter",
"log",
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 555fcf7..d2ba343 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.8" }
+env_logger = { default-features = false, version = "0.11.9" }
log = { workspace = true }
[lints]