Skip to content

Commit

Permalink
⬆️ Update rkyv requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [rkyv](https://github.com/rkyv/rkyv) to permit the latest version.
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Commits](rkyv/rkyv@v0.7.0...0.8.8)

---
updated-dependencies:
- dependency-name: rkyv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 0388c8f commit bf7940a
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 @@ -55,7 +55,7 @@ apache-avro = { version = "0.17.0", optional = true }

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

[features]
default = []
Expand Down

0 comments on commit bf7940a

Please sign in to comment.