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 04eaf12  chore: Bump ctor from 0.2.9 to 0.3.0 (#119)
04eaf12 is described below

commit 04eaf12979fdfb48dcd958c54de6052ddcedf486
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 11 07:23:45 2025 +0200

    chore: Bump ctor from 0.2.9 to 0.3.0 (#119)
---
 Cargo.lock                  | 8 ++------
 avro_test_helper/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d903539..6385058 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -425,13 +425,9 @@ dependencies = [
 
 [[package]]
 name = "ctor"
-version = "0.2.9"
+version = "0.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
-dependencies = [
- "quote",
- "syn",
-]
+checksum = "f06b1425736ba96096116f063c9d10be2352a7cde0cbea829a717008e114aec9"
 
 [[package]]
 name = "darling"
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 59f0f89..35fa65c 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.95", features = ["std"] }
 better-panic = { default-features = false, version = "0.3.0" }
-ctor = { default-features = false, version = "0.2.9" }
+ctor = { default-features = false, version = "0.3.0" }
 env_logger = { default-features = false, version = "0.11.6" }
 log = { workspace = true }

Reply via email to