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-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 07a6211  chore: Bump ctor from 0.3.4 to 0.3.6 (#129)
07a6211 is described below

commit 07a6211e02bc4f648dca11e4a6062a6055654fb2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 09:22:35 2025 +0200

    chore: Bump ctor from 0.3.4 to 0.3.6 (#129)
    
    Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.3.4 to 0.3.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>
---
 Cargo.lock                  | 8 ++++----
 avro_test_helper/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 182e66f..f711545 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -424,18 +424,18 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.3.4"
+version = "0.3.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "035a5c3c87da8be7a0e5ebd6fbabcccd8651a59c27197096d1dfd74f312aaee5"
+checksum = "21d960ecacd0a1bf55e73144b72de745e7bf275c7952c50e36e8af0a0cb7ab1f"
 dependencies = [
  "ctor-proc-macro",
 ]
 
 [[package]]
 name = "ctor-proc-macro"
-version = "0.0.2"
+version = "0.0.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "107adb396b2d8e7766e79151083ce1cc624b51dfd1c23e0429c50226bba693eb"
+checksum = "c426d2ba3e525b39c1f0a9ba41b9fe61878dee11fa4e4a76b6ab440f46c5db5d"
 
 [[package]]
 name = "darling"
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 8495260..92351fb 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.96", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
-ctor = { default-features = false, version = "0.3.4" }
+ctor = { default-features = false, version = "0.3.6" }
 env_logger = { default-features = false, version = "0.11.6" }
 log = { workspace = true }

Reply via email to