Skip to content

Commit

Permalink
chore(deps): Bump apache-avro from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [apache-avro](https://github.com/apache/avro) from 0.16.0 to 0.17.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 2e606e6 commit bc6e9ca
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 34 deletions.
70 changes: 38 additions & 32 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 @@ -289,7 +289,7 @@ greptimedb-ingester = { git = "https://github.com/GreptimeTeam/greptimedb-ingest
# External libs
arc-swap = { version = "1.7", default-features = false, optional = true }
async-compression = { version = "0.4.17", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
apache-avro = { version = "0.16.0", default-features = false, optional = true }
apache-avro = { version = "0.17.0", default-features = false, optional = true }
axum = { version = "0.6.20", default-features = false }
base64 = { version = "0.22.1", default-features = false, optional = true }
bloomy = { version = "1.2.0", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "generate-avro-fixtures"
path = "tests/bin/generate-avro-fixtures.rs"

[dependencies]
apache-avro = { version = "0.16.0", default-features = false }
apache-avro = { version = "0.17.0", default-features = false }
bytes = { version = "1", default-features = false }
chrono.workspace = true
csv-core = { version = "0.1.10", default-features = false }
Expand Down

0 comments on commit bc6e9ca

Please sign in to comment.