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 03c10e9 chore(deps): Bump ctor from 0.6.0 to 0.6.1 (#331)
03c10e9 is described below
commit 03c10e9272105304af19fc869ecf099496a57ac8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 07:21:15 2025 +0200
chore(deps): Bump ctor from 0.6.0 to 0.6.1 (#331)
---
Cargo.lock | 4 ++--
avro_test_helper/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a3bb6cf..b97fd78 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -372,9 +372,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.6.0"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59c9b8bdf64ee849747c1b12eb861d21aa47fa161564f48332f1afe2373bf899"
+checksum = "3ffc71fcdcdb40d6f087edddf7f8f1f8f79e6cf922f555a9ee8779752d4819bd"
dependencies = [
"ctor-proc-macro",
"dtor",
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 1343bb5..3773ee2 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.100", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
-ctor = { default-features = false, version = "0.6.0", features = ["dtor",
"proc_macro"] }
+ctor = { default-features = false, version = "0.6.1", features = ["dtor",
"proc_macro"] }
env_logger = { default-features = false, version = "0.11.8" }
log = { workspace = true }