This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new e9fcd1a97 Bump ctor from 0.2.7 to 0.2.8 in /lang/rust (#2859)
e9fcd1a97 is described below
commit e9fcd1a97d375f88325b709cfd7c30c4d9aacd65
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 18 08:32:51 2024 +0300
Bump ctor from 0.2.7 to 0.2.8 in /lang/rust (#2859)
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.7 to 0.2.8.
- [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>
(cherry picked from commit 01c9a2847c2543e966c37c254f4723ab12c6c4ff)
---
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 da5c1d6f4..5a3efa730 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -392,9 +392,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "0.2.7"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c"
+checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
dependencies = [
"quote",
"syn",
diff --git a/lang/rust/avro_test_helper/Cargo.toml
b/lang/rust/avro_test_helper/Cargo.toml
index b33f762e5..a01b25e49 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.82", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
-ctor = { default-features = false, version = "0.2.7" }
+ctor = { default-features = false, version = "0.2.8" }
env_logger = { default-features = false, version = "0.10.2" }
log = { workspace = true }