diff --git a/Cargo.toml b/Cargo.toml index ff7f556..3841458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,23 +10,23 @@ authors = ["Max Niederman "] edition = "2021" [dependencies] -structopt = "0.3" +structopt = "^0.3" dirs = "^5.0" crossterm = "^0.26" -rust-embed = "6.4" +rust-embed = "^6.4" toml = "^0.7" [dependencies.tui] -version = "0.19" +version = "^0.19" default-features = false features = ["crossterm"] [dependencies.rand] -version = "0.8" +version = "^0.8" features = ["alloc"] [dependencies.serde] -version = "1.0" +version = "^1.0" features = ["derive"] [build-dependencies]