Skip to content

Commit

Permalink
Merge pull request #60 from ilikepi63/master
Browse files Browse the repository at this point in the history
Updated Apache-avro dependency
  • Loading branch information
lerouxrgd authored Jan 10, 2024
2 parents b81dbe7 + 024c6a1 commit 92f6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
readme = "README.md"

[dependencies]
apache-avro = { version = "0.15", features = ["derive"] }
apache-avro = { version = "0.16", features = ["derive"] }
clap = { version = "4", features = ["derive"], optional = true }
glob = "0.3"
heck = "0.4"
Expand Down

0 comments on commit 92f6a77

Please sign in to comment.