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 137b1d568 Bump ctor from 0.2.3 to 0.2.4 in /lang/rust (#2346)
137b1d568 is described below
commit 137b1d5686ccee6641546defd3bceafd4fc23274
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 13 21:12:03 2023 +0300
Bump ctor from 0.2.3 to 0.2.4 in /lang/rust (#2346)
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.3 to 0.2.4.
- [Commits](https://github.com/mmastrac/rust-ctor/commits)
---
updated-dependencies:
- dependency-name: ctor
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 80d2aa090e30e327a350e573eada45313c5f5af8)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro_test_helper/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 92743f000..0e93863c6 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -377,9 +377,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.2.3"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eed5fff0d93c7559121e9c72bf9c242295869396255071ff2cb1617147b608c5"
+checksum = "1f34ba9a9bcb8645379e9de8cb3ecfcf4d1c85ba66d90deb3259206fa5aa193b"
dependencies = [
"quote",
"syn 2.0.25",
diff --git a/lang/rust/avro_test_helper/Cargo.toml
b/lang/rust/avro_test_helper/Cargo.toml
index fc9844297..10fd7b867 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -33,7 +33,7 @@ documentation = "https://docs.rs/apache-avro-test-helper"
[dependencies]
anyhow = { default-features = false, version = "1.0.71", features = ["std"] }
color-backtrace = { default-features = false, version = "0.5.1" }
-ctor = { default-features = false, version = "0.2.3" }
+ctor = { default-features = false, version = "0.2.4" }
env_logger = { default-features = false, version = "0.10.0" }
lazy_static = { default-features = false, version = "1.4.0" }
log = { default-features = false, version = "0.4.19" }