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 c6c965d chore: Bump ctor from 0.3.1 to 0.3.4 (#124)
c6c965d is described below
commit c6c965d84e993e9f505aa84ca257e78a2bdba927
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 09:34:39 2025 +0200
chore: Bump ctor from 0.3.1 to 0.3.4 (#124)
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.3.1 to 0.3.4.
- [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 | 13 +++++++++++--
avro_test_helper/Cargo.toml | 2 +-
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 135218e..aea0963 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -424,9 +424,18 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.3.1"
+version = "0.3.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "035a5c3c87da8be7a0e5ebd6fbabcccd8651a59c27197096d1dfd74f312aaee5"
+dependencies = [
+ "ctor-proc-macro",
+]
+
+[[package]]
+name = "ctor-proc-macro"
+version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bba74424191d99c617a172ef126d429f62fe54aba1002c4d36e49403ce4b00a2"
+checksum = "107adb396b2d8e7766e79151083ce1cc624b51dfd1c23e0429c50226bba693eb"
[[package]]
name = "darling"
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 843dc08..5ae42bb 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.3.1" }
+ctor = { default-features = false, version = "0.3.4" }
env_logger = { default-features = false, version = "0.11.6" }
log = { workspace = true }