This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new c648682f9 Bump ctor from 0.2.1 to 0.2.2 in /lang/rust (#2265)
c648682f9 is described below

commit c648682f96468d1186768235ccaa252065290470
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 1 21:53:58 2023 +0300

    Bump ctor from 0.2.1 to 0.2.2 in /lang/rust (#2265)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.1 to 0.2.2.
    - [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>
---
 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 9be0cccda..9d1bc93ec 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.1",
+ "ctor 0.2.2",
  "env_logger",
  "lazy_static",
  "log",
@@ -351,9 +351,9 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.2.1"
+version = "0.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "990a40740adf249724a6000c0fc4bd574712f50bb17c2d6f6cec837ae2f0ee75"
+checksum = "1586fa608b1dab41f667475b4a41faec5ba680aee428bfa5de4ea520fdc6e901"
 dependencies = [
  "quote",
  "syn 2.0.18",
diff --git a/lang/rust/avro_test_helper/Cargo.toml 
b/lang/rust/avro_test_helper/Cargo.toml
index 207637208..8c50f2e7d 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.1" }
+ctor = { default-features = false, version = "0.2.2" }
 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.18" }

Reply via email to