Skip to content

Commit

Permalink
⬆️ Update compact_str requirement from 0.7 to 0.8 (#708)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: compact_str
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent e222eca commit 68fdc0a
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.16.0", optional = true }

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

[features]
Expand Down

0 comments on commit 68fdc0a

Please sign in to comment.