Skip to content

Commit

Permalink
⬆️ Update apache-avro requirement from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: apache-avro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 68fdc0a commit e40289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/ltp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rayon = { version = "1.5", optional = true }
# 序列化
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
apache-avro = { version = "0.16.0", optional = true }
apache-avro = { version = "0.17.0", optional = true }

# Todo: Nocopy Serialize 更快地加载速度
compact_str = { version = "0.8", optional = true }
Expand Down

0 comments on commit e40289b

Please sign in to comment.