From e8f262ca41ff977e1a2a58c03389c2d753b14fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:32:24 +0000 Subject: [PATCH] chore(deps): update apache-avro requirement in /relay Updates the requirements on [apache-avro](https://github.com/apache/avro-rs) to permit the latest version. - [Release notes](https://github.com/apache/avro-rs/releases) - [Changelog](https://github.com/apache/avro-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/avro-rs/compare/rel/release-0.18.0-RC1...rel/release-0.18.0) --- updated-dependencies: - dependency-name: apache-avro dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- relay/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 60129ec..014b9ce 100644 --- a/relay/Cargo.toml +++ b/relay/Cargo.toml @@ -41,7 +41,7 @@ lapin = "2.5.0" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.12" backoff = { version = "0.4.0", features = ["tokio"] } -apache-avro = { version = "0.17.0", features = ["derive"] } +apache-avro = { version = "0.18.0", features = ["derive"] } lazy_static = "1.5.0" [dev-dependencies]