We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc4b1f + adb3fc6 commit 6ccea2aCopy full SHA for 6ccea2a
1 file changed
farp-rust/Cargo.toml
@@ -42,7 +42,7 @@ async-graphql-parser = { version = "7.0", optional = true }
42
prost = { version = "0.14", optional = true }
43
prost-types = { version = "0.14", optional = true }
44
tonic = { version = "0.14", optional = true }
45
-apache-avro = { version = "0.20", optional = true }
+apache-avro = { version = "0.21", optional = true }
46
47
[dev-dependencies]
48
tokio = { version = "1.40", features = ["rt-multi-thread", "macros", "test-util"] }
0 commit comments