This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 025eaa86b Bump log from 0.4.20 to 0.4.21 in /lang/rust (#2776)
025eaa86b is described below
commit 025eaa86bc2387451677c856b0848bbfeff038b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 1 09:46:32 2024 +0200
Bump log from 0.4.20 to 0.4.21 in /lang/rust (#2776)
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21)
---
updated-dependencies:
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d4c9084b83a48474ac19e988d09e2bef1e1ffea4)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 161295c2a..66aa648c5 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -780,9 +780,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.20"
+version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
+checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lzma-sys"
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 849091a9e..d2168cf65 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -41,7 +41,7 @@ documentation = "https://docs.rs/apache-avro"
# dependencies used by more than one members
[workspace.dependencies]
-log = { default-features = false, version = "0.4.20" }
+log = { default-features = false, version = "0.4.21" }
serde = { default-features = false, version = "1.0.197", features = ["derive"]
}
serde_json = { default-features = false, version = "1.0.114", features =
["std"] }