Skip to content

Commit

Permalink
⬆️ Update compact_str requirement from 0.6 to 0.7 (HIT-SCIR#631)
Browse files Browse the repository at this point in the history
Updates the requirements on [compact_str](https://github.com/ParkMyCar/compact_str) to permit the latest version.
- [Release notes](https://github.com/ParkMyCar/compact_str/releases)
- [Changelog](https://github.com/ParkMyCar/compact_str/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ParkMyCar/compact_str/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2023
1 parent 25d353a commit b1f20c3
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 @@ -54,7 +54,7 @@ serde_json = { version = "1.0", optional = true }
apache-avro = { version = "0.14.0", optional = true }

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

[features]
Expand Down

0 comments on commit b1f20c3

Please sign in to comment.