mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
chore: bump dev dependencies
* bump rand to 0.7 * bump structopt to 0.3
This commit is contained in:
parent
e4873e4da9
commit
055af0f78a
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ pancurses = { version = "0.16.1", optional = true, features = ["win32a"] }
|
|||
|
||||
[dev-dependencies]
|
||||
stderrlog = "0.4"
|
||||
rand = "0.6"
|
||||
rand = "0.7"
|
||||
failure = "0.1"
|
||||
structopt = "0.2"
|
||||
structopt = "0.3"
|
||||
|
||||
[[example]]
|
||||
name = "canvas"
|
||||
|
|
Loading…
Reference in a new issue