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 c26a22fc7 Bump ctor from 0.1.23 to 0.1.26 in /lang/rust (#1918)
c26a22fc7 is described below
commit c26a22fc7d92dc5acf39e683e0030e6fd1861392
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 19 22:00:14 2022 +0300
Bump ctor from 0.1.23 to 0.1.26 in /lang/rust (#1918)
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.1.23 to 0.1.26.
- [Release notes](https://github.com/mmastrac/rust-ctor/releases)
- [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]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 84ea6cb19098d834c6946eb07658f8816f0c98e8)
---
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 fc693bcdd..cda4d6d44 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -369,9 +369,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.1.23"
+version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
+checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
"syn",
diff --git a/lang/rust/avro_test_helper/Cargo.toml
b/lang/rust/avro_test_helper/Cargo.toml
index 1b0bd1dbc..fda6d4590 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -31,7 +31,7 @@ documentation = "https://docs.rs/apache-avro-test-helper"
[dependencies]
color-backtrace = { default-features = false, version = "0.5.1" }
-ctor = { default-features = false, version = "0.1.23" }
+ctor = { default-features = false, version = "0.1.26" }
env_logger = { default-features = false, version = "0.9.1" }
lazy_static = { default-features = false, version = "1.4.0" }
log = { default-features = false, version = "0.4.17" }