You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/05/11 18:08:59 UTC

[avro] branch master updated: Bump ctor from 0.1.26 to 0.2.0 in /lang/rust (#2226)

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 fb5a64561 Bump ctor from 0.1.26 to 0.2.0 in /lang/rust (#2226)
fb5a64561 is described below

commit fb5a6456168f24861a69fe98105be89ac430d10b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 11 21:08:53 2023 +0300

    Bump ctor from 0.1.26 to 0.2.0 in /lang/rust (#2226)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.1.26 to 0.2.0.
    - [Commits](https://github.com/mmastrac/rust-ctor/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ctor
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 lang/rust/Cargo.lock                  | 14 ++++++++++++--
 lang/rust/avro_test_helper/Cargo.toml |  2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index f92b40640..14ec724a9 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -99,7 +99,7 @@ name = "apache-avro-test-helper"
 version = "0.15.0"
 dependencies = [
  "color-backtrace",
- "ctor",
+ "ctor 0.2.0",
  "env_logger",
  "lazy_static",
  "log",
@@ -348,6 +348,16 @@ dependencies = [
  "syn 1.0.109",
 ]
 
+[[package]]
+name = "ctor"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dd4056f63fce3b82d852c3da92b08ea59959890813a7f4ce9c0ff85b10cf301b"
+dependencies = [
+ "quote",
+ "syn 2.0.15",
+]
+
 [[package]]
 name = "darling"
 version = "0.20.1"
@@ -706,7 +716,7 @@ version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
 dependencies = [
- "ctor",
+ "ctor 0.1.26",
  "diff",
  "output_vt100",
  "yansi",
diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml
index fb2399921..d1597dae4 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -32,7 +32,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.26" }
+ctor = { default-features = false, version = "0.2.0" }
 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.17" }