Skip to content

Commit

Permalink
downgrade to apache-avro 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Aug 18, 2024
1 parent 9e34ffc commit 940d2df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 100 deletions.
105 changes: 6 additions & 99 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ prometheus-static-metric = "0.5"
hyper = { version = "1", features = ["server", "http1", "http2"] }
axum = { version = "0.7", default-features = false, features = ["tokio", "http1", "http2"] }
axum-extra = { version = "0.9", default-features = false, features = ["typed-header"] }
apache-avro = { version = "0.17", optional = true }
apache-avro = { version = "0.16", optional = true }
schema_registry_converter = { version = "4", default-features = false, features = ["avro", "blocking"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 940d2df

Please sign in to comment.