This is an automated email from the ASF dual-hosted git repository.
kriskras99 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 0553f98 chore(deps): Bump ctor from 0.6.2 to 0.6.3 (#354)
0553f98 is described below
commit 0553f985ee9ca4f70ec3765219e7258d472926c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 5 07:53:42 2025 +0100
chore(deps): Bump ctor from 0.6.2 to 0.6.3 (#354)
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.6.2 to 0.6.3.
- [Commits](https://github.com/mmastrac/rust-ctor/commits)
---
updated-dependencies:
- dependency-name: ctor
dependency-version: 0.6.3
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 | 4 ++--
avro_test_helper/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index bb2b8fc..c318eff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -394,9 +394,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.6.2"
+version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb230974aaf0aca4d71665bed0aca156cf43b764fcb9583b69c6c3e686f35e72"
+checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e"
dependencies = [
"ctor-proc-macro",
"dtor",
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 41a742f..0f8af30 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.2", features = ["dtor",
"proc_macro"] }
+ctor = { default-features = false, version = "0.6.3", features = ["dtor",
"proc_macro"] }
env_logger = { default-features = false, version = "0.11.8" }
log = { workspace = true }