aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorequal-l2 <[email protected]>2019-06-09 07:03:47 +0100
committerequal-l2 <[email protected]>2019-06-09 07:03:47 +0100
commiteef06938804cf13b474c88705a72fb2aa4ae9355 (patch)
treec422cc53136405a95796a71c29f1cd49b3644b28 /Cargo.toml
parentd5ad5b4346ed7a9b12aa1a854e3245f0ceaa93b4 (diff)
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4523192..5b9c33f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["command-line-interface", "science", "parser-implementations"]
12license = "MIT" 12license = "MIT"
13 13
14[dependencies] 14[dependencies]
15rustyline = "3.0.0" 15rustyline = "4.1.0"
16clap = "2.32.0" 16clap = "2.32.0"
17radix_fmt = "0.1.1" 17radix_fmt = "1.0.0"
18lazy_static = "1.3.0" 18lazy_static = "1.3.0"