diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 60129ec..0bc927f 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.19.0", features = ["derive"] } lazy_static = "1.5.0" [dev-dependencies]