Skip to content

Commit

Permalink
⬆️ Update rand requirement from 0.8 to 0.9 (#721)
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  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 Feb 18, 2025
1 parent 557c057 commit 2c964d7
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 @@ -41,7 +41,7 @@ cedarwood = "0.4"
# 断句避免过多内存申请
smallvec = { version = "1" }
# 数据集 shuffle
rand = { version = "0.8" }
rand = { version = "0.9" }
# 特征裁剪
binary-heap-plus = { version = "0.5" }

Expand Down

0 comments on commit 2c964d7

Please sign in to comment.