1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-05 07:15:49 +03:00

Bump rand from 0.8.6 to 0.9.5 (#30)

Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.5.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.5/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.5)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Этот коммит содержится в:
dependabot[bot]
2026-07-22 17:51:44 +02:00
коммит произвёл GitHub
родитель 5173571337
Коммит e298fcff3a
2 изменённых файлов: 25 добавлений и 22 удалений

Просмотреть файл

@@ -18,7 +18,7 @@ ratatui = { version = "0.30.0", default-features = false }
[dev-dependencies]
criterion = "0.8.2"
rand = { version = "0.8.5", features = ["small_rng"] }
rand = { version = "0.9.5", features = ["small_rng"] }
[[bench]]
name = "insert_append"