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 f0172082d Bump ctor from 0.2.2 to 0.2.3 in /lang/rust (#2315)
f0172082d is described below

commit f0172082dbb05603e416a54ba7038cab122d92b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 5 22:21:28 2023 +0300

    Bump ctor from 0.2.2 to 0.2.3 in /lang/rust (#2315)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.2 to 0.2.3.
    - [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 9a9999f78e68fb6d2b4d6537ef0f2aee95dfdcff)
---
 lang/rust/Cargo.lock                  | 6 +++---
 lang/rust/avro_test_helper/Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 59bff7b6a..09a128b49 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -100,7 +100,7 @@ version = "0.15.0"
 dependencies = [
  "anyhow",
  "color-backtrace",
- "ctor 0.2.2",
+ "ctor 0.2.3",
  "env_logger",
  "lazy_static",
  "log",
@@ -351,9 +351,9 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.2.2"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1586fa608b1dab41f667475b4a41faec5ba680aee428bfa5de4ea520fdc6e901"
+checksum = "eed5fff0d93c7559121e9c72bf9c242295869396255071ff2cb1617147b608c5"
 dependencies = [
  "quote",
  "syn 2.0.23",
diff --git a/lang/rust/avro_test_helper/Cargo.toml 
b/lang/rust/avro_test_helper/Cargo.toml
index 534b5de35..30e094b10 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.2" }
+ctor = { default-features = false, version = "0.2.3" }
 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" }

Reply via email to