From adb3fc61042ad8f8b396e86dcf6ee303a5909798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:28:20 +0000 Subject: [PATCH] chore(deps)(deps): Update apache-avro requirement in /farp-rust 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.20.0...rel/release-0.21.0) --- updated-dependencies: - dependency-name: apache-avro dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- farp-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/farp-rust/Cargo.toml b/farp-rust/Cargo.toml index c311d80..060cd3f 100644 --- a/farp-rust/Cargo.toml +++ b/farp-rust/Cargo.toml @@ -42,7 +42,7 @@ async-graphql-parser = { version = "7.0", optional = true } prost = { version = "0.14", optional = true } prost-types = { version = "0.14", optional = true } tonic = { version = "0.14", optional = true } -apache-avro = { version = "0.20", optional = true } +apache-avro = { version = "0.21", optional = true } [dev-dependencies] tokio = { version = "1.40", features = ["rt-multi-thread", "macros", "test-util"] }