This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.12 by this push:
new 9ed8c0712 Bump env_logger from 0.10.2 to 0.11.5 in /lang/rust (#3068)
9ed8c0712 is described below
commit 9ed8c071278fd177b62511ccde637453c77e4901
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 20:50:35 2024 +0300
Bump env_logger from 0.10.2 to 0.11.5 in /lang/rust (#3068)
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to
0.11.5.
- [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.2...v0.11.5)
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e91fd0e5d89e2d718d58215616c086d61524f5e3)
---
lang/rust/Cargo.lock | 14 ++++++++++++--
lang/rust/avro_test_helper/Cargo.toml | 2 +-
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 99474d29b..fd214876f 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -475,12 +475,22 @@ version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
+[[package]]
+name = "env_filter"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
+dependencies = [
+ "log",
+]
+
[[package]]
name = "env_logger"
-version = "0.10.2"
+version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
+checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
dependencies = [
+ "env_filter",
"log",
]
diff --git a/lang/rust/avro_test_helper/Cargo.toml
b/lang/rust/avro_test_helper/Cargo.toml
index be04e0898..7a2eaca06 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -34,5 +34,5 @@ readme = "README.md"
anyhow = { default-features = false, version = "1.0.86", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.2.8" }
-env_logger = { default-features = false, version = "0.10.2" }
+env_logger = { default-features = false, version = "0.11.5" }
log = { workspace = true }