mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
chore: update rand
to 0.8 (#472)
This commit is contained in:
parent
3a843d5074
commit
414386e797
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pancurses = { version = "0.16.1", optional = true, features = ["win32a"] }
|
|||
serde = { version = "1", "optional" = true, features = ["derive"]}
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.7"
|
||||
rand = "0.8"
|
||||
argh = "0.1"
|
||||
|
||||
[[example]]
|
||||
|
|
Loading…
Reference in a new issue