Skip to content

Commit

Permalink
Update apache-avro requirement from 0.14.0 to 0.15.0 in /zino-core
Browse files Browse the repository at this point in the history
Updates the requirements on [apache-avro](https://github.com/apache/avro) to permit the latest version.
- [Release notes](https://github.com/apache/avro/releases)
- [Commits](https://github.com/apache/avro/commits)

---
updated-dependencies:
- dependency-name: apache-avro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent dbebadc commit 211a085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zino-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ view-minijinja = ["view", "dep:minijinja"]

[dependencies]
aes-gcm-siv = "0.11.1"
apache-avro = "0.14.0"
apache-avro = "0.15.0"
async-trait = "0.1.71"
base64 = "0.21.2"
bytes = "1.4.0"
Expand Down

0 comments on commit 211a085

Please sign in to comment.