aboutsummaryrefslogtreecommitdiff
path: root/ticket
diff options
context:
space:
mode:
Diffstat (limited to 'ticket')
-rw-r--r--ticket/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ticket/Cargo.toml b/ticket/Cargo.toml
index 7d42f5f..fd97293 100644
--- a/ticket/Cargo.toml
+++ b/ticket/Cargo.toml
@@ -7,10 +7,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-anyhow = "*"
-colored = "*"
-paw = "*"
+anyhow = "1.0"
+colored = "1.9"
+paw = "1.0"
rustyline = "5.0"
serde = { version = "1.0", features = ["derive"] }
-structopt = { version = "*", features = ["paw"] }
-toml = "*"
+structopt = { version = "0.3", features = ["paw"] }
+toml = "0.5"