aboutsummaryrefslogtreecommitdiff
path: root/ticket
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-18 19:02:37 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-11-18 19:06:03 -0500
commita5675ad991024292b143afcbac96074d9eb527c1 (patch)
tree7f8bc388d54ec09f8908dd1d67ab1d6d12623b8f /ticket
parent66ed890d1d165ead79a1e4a52d11592fb54f0cee (diff)
Change ticket/Cargo.toml to use non * versions
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"