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 102aa80 chore: Bump ctor from 0.3.0 to 0.3.1 (#121)
102aa80 is described below
commit 102aa80c02768208397fef9917e5061132fd40e1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 13 07:28:15 2025 +0200
chore: Bump ctor from 0.3.0 to 0.3.1 (#121)
---
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 411bc52..135218e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -424,9 +424,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.3.0"
+version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f06b1425736ba96096116f063c9d10be2352a7cde0cbea829a717008e114aec9"
+checksum = "bba74424191d99c617a172ef126d429f62fe54aba1002c4d36e49403ce4b00a2"
[[package]]
name = "darling"
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 35fa65c..843dc08 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.0" }
+ctor = { default-features = false, version = "0.3.1" }
env_logger = { default-features = false, version = "0.11.6" }
log = { workspace = true }