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 2a85270 chore: Bump env_logger from 0.11.7 to 0.11.8 (#171)
2a85270 is described below
commit 2a8527003bd5d69d1f81d2d6b3ea10e064f1246a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 2 08:08:17 2025 +0300
chore: Bump env_logger from 0.11.7 to 0.11.8 (#171)
---
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 dc8ad9c..9e05d69 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -494,9 +494,9 @@ dependencies = [
[[package]]
name = "env_logger"
-version = "0.11.7"
+version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
+checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
dependencies = [
"env_filter",
"log",
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 90562ab..c7aa1c5 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.97", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.4.1", features = ["dtor",
"proc_macro"] }
-env_logger = { default-features = false, version = "0.11.7" }
+env_logger = { default-features = false, version = "0.11.8" }
log = { workspace = true }