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 a1fd46842 Bump ctor from 0.2.0 to 0.2.1 in /lang/rust (#2264)
a1fd46842 is described below

commit a1fd4684258a8c2a910a507d15ed7cbc27298cac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 1 09:38:31 2023 +0300

    Bump ctor from 0.2.0 to 0.2.1 in /lang/rust (#2264)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.0 to 0.2.1.
    - [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 7097a7ec3..9be0cccda 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.0",
+ "ctor 0.2.1",
  "env_logger",
  "lazy_static",
  "log",
@@ -351,9 +351,9 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.2.0"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "dd4056f63fce3b82d852c3da92b08ea59959890813a7f4ce9c0ff85b10cf301b"
+checksum = "990a40740adf249724a6000c0fc4bd574712f50bb17c2d6f6cec837ae2f0ee75"
 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 402b26195..207637208 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.0" }
+ctor = { default-features = false, version = "0.2.1" }
 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