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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2dc5071  chore(deps): Bump ctor from 0.4.3 to 0.5.0 (#258)
2dc5071 is described below

commit 2dc5071bcf51648060601e878ef8c6a1b0038580
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 09:46:01 2025 +0200

    chore(deps): Bump ctor from 0.4.3 to 0.5.0 (#258)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.4.3 to 0.5.0.
    - [Commits](https://github.com/mmastrac/rust-ctor/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ctor
      dependency-version: 0.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                  | 12 ++++++------
 avro_test_helper/Cargo.toml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index aa53a6f..ac864b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -377,9 +377,9 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.4.3"
+version = "0.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
+checksum = "67773048316103656a637612c4a62477603b777d91d9c62ff2290f9cde178fdb"
 dependencies = [
  "ctor-proc-macro",
  "dtor",
@@ -444,18 +444,18 @@ dependencies = [
 
 [[package]]
 name = "dtor"
-version = "0.0.6"
+version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
+checksum = "e58a0764cddb55ab28955347b45be00ade43d4d6f3ba4bf3dc354e4ec9432934"
 dependencies = [
  "dtor-proc-macro",
 ]
 
 [[package]]
 name = "dtor-proc-macro"
-version = "0.0.5"
+version = "0.0.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
+checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
 
 [[package]]
 name = "either"
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 003383b..a08b855 100644
--- a/avro_test_helper/Cargo.toml
+++ b/avro_test_helper/Cargo.toml
@@ -32,6 +32,6 @@ readme = "README.md"
 [dependencies]
 anyhow = { default-features = false, version = "1.0.98", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
-ctor = { default-features = false, version = "0.4.3", features = ["dtor", 
"proc_macro"]  }
+ctor = { default-features = false, version = "0.5.0", features = ["dtor", 
"proc_macro"]  }
 env_logger = { default-features = false, version = "0.11.8" }
 log = { workspace = true }

Reply via email to