From 0c2e4115f124b04a7227c19e01e7dc319242b634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:35:07 +0200 Subject: [PATCH] Bump ctor from 0.2.6 to 0.2.7 in /lang/rust (#2770) Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.6 to 0.2.7. - [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] 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 3fc90ec5646..dff2868833a 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -390,9 +390,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e" +checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" dependencies = [ "quote", "syn", diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml index 7a59562ea46..ec296c68c24 100644 --- a/lang/rust/avro_test_helper/Cargo.toml +++ b/lang/rust/avro_test_helper/Cargo.toml @@ -33,6 +33,6 @@ readme = "README.md" [dependencies] anyhow = { default-features = false, version = "1.0.80", features = ["std"] } better-panic = { default-features = false, version = "0.3.0" } -ctor = { default-features = false, version = "0.2.6" } +ctor = { default-features = false, version = "0.2.7" } env_logger = { default-features = false, version = "0.10.2" } log = { workspace = true }