Skip to content

Commit 6ccea2a

Browse files
authored
Merge pull request #17 from xraph/dependabot/cargo/farp-rust/apache-avro-0.21
chore(deps)(deps): Update apache-avro requirement from 0.20 to 0.21 in /farp-rust
2 parents cfc4b1f + adb3fc6 commit 6ccea2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

farp-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async-graphql-parser = { version = "7.0", optional = true }
4242
prost = { version = "0.14", optional = true }
4343
prost-types = { version = "0.14", optional = true }
4444
tonic = { version = "0.14", optional = true }
45-
apache-avro = { version = "0.20", optional = true }
45+
apache-avro = { version = "0.21", optional = true }
4646

4747
[dev-dependencies]
4848
tokio = { version = "1.40", features = ["rt-multi-thread", "macros", "test-util"] }

0 commit comments

Comments
 (0)