Skip to content

Commit 0024d14

Browse files
authored
chore(deps): bump rand from 0.8.5 to 0.10.1 (#99)
`rand` 0.10.1 has breaking changes from 0.8.5: - `rand::thread_rng()` renamed to `rand::rng()` - `rand::seq::SliceRandom` renamed to `rand::prelude::IndexedRandom`
1 parent 7ae7f26 commit 0024d14

3 files changed

Lines changed: 77 additions & 163 deletions

File tree

Cargo.lock

Lines changed: 74 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name = "chara"
2222
[dependencies]
2323
clap = { version = "4.6.1", features = ["derive"] }
2424
clap_complete = "4.6.5"
25-
rand = "0.8.5"
25+
rand = "0.10.1"
2626
regex = "1.12.4"
2727
rust-embed = { version = "8.11.0", features = ["debug-embed"] }
2828
strip-ansi-escapes = "0.2.1"

0 commit comments

Comments
 (0)