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

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


The following commit(s) were added to refs/heads/main by this push:
     new e0926ee9f Bump ctor from 0.2.5 to 0.2.6 in /lang/rust (#2636)
e0926ee9f is described below

commit e0926ee9ff2cf6a6dba26a7fe3e5f76f4866a8c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 18 09:27:52 2023 +0200

    Bump ctor from 0.2.5 to 0.2.6 in /lang/rust (#2636)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.5 to 0.2.6.
    - [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                  | 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 5bd65ab34..e847cc443 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -384,9 +384,9 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.2.5"
+version = "0.2.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583"
+checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
 dependencies = [
  "quote",
  "syn",
diff --git a/lang/rust/avro_test_helper/Cargo.toml 
b/lang/rust/avro_test_helper/Cargo.toml
index f88ce6d2c..5f97b7f2a 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -33,7 +33,7 @@ readme = "README.md"
 [dependencies]
 anyhow = { default-features = false, version = "1.0.75", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
-ctor = { default-features = false, version = "0.2.5" }
+ctor = { default-features = false, version = "0.2.6" }
 env_logger = { default-features = false, version = "0.10.1" }
 log = { workspace = true }
 ref_thread_local = { default-features = false, version = "0.1.1" }

Reply via email to