Skip to content

Commit 964e78f

Browse files
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](apache/avro-rs@rel/release-0.18.0-RC1...rel/release-0.20.0) --- updated-dependencies: - dependency-name: apache-avro dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d1f41d commit 964e78f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lapin = "2.5.0"
4141
strum = { version = "0.27.1", features = ["derive"] }
4242
thiserror = "2.0.12"
4343
backoff = { version = "0.4.0", features = ["tokio"] }
44-
apache-avro = { version = "0.17.0", features = ["derive"] }
44+
apache-avro = { version = "0.20.0", features = ["derive"] }
4545
lazy_static = "1.5.0"
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)