From 04eaf12979fdfb48dcd958c54de6052ddcedf486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 07:23:45 +0200 Subject: [PATCH] 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 }