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 2022/08/04 07:22:39 UTC

[avro] branch branch-1.11 updated: Bump ctor from 0.1.22 to 0.1.23 in /lang/rust (#1795)

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 8e441634f Bump ctor from 0.1.22 to 0.1.23 in /lang/rust (#1795)
8e441634f is described below

commit 8e441634fce99b353e67777dfa29beadb6ee35a6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 4 10:22:16 2022 +0300

    Bump ctor from 0.1.22 to 0.1.23 in /lang/rust (#1795)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.1.22 to 0.1.23.
    - [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] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 1a3b778ff47d62e10fbf1499e4f094123c320fe7)
---
 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 ade210cce..392639330 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -387,9 +387,9 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.1.22"
+version = "0.1.23"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
+checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
 dependencies = [
  "quote",
  "syn",
diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml
index 790a72627..0e77a5d55 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -24,7 +24,7 @@ description = "Avro test helper. This crate is not supposed to be published!"
 
 [dependencies]
 color-backtrace = { default-features = false, version = "0.5.1" }
-ctor = { default-features = false, version = "0.1.22" }
+ctor = { default-features = false, version = "0.1.23" }
 env_logger = { default-features = false, version = "0.9.0" }
 lazy_static = { default-features = false, version = "1.4.0" }
 log = { default-features = false, version = "0.4.17" }