summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-14 03:37:24 +0100
committerBert Belder <bertbelder@gmail.com>2019-01-14 05:03:14 +0100
commit8039e2a55a9e01064b65a78423b0a49ac71d4361 (patch)
treeaf5bd30fae4f4b71f298e54cf2a830586d3dd7f4 /Cargo.toml
parenteab457ef957ff838c7db5f9549a8145bf405809d (diff)
third_party: upgrade rust crates, now with `--edition 2018` support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 430f980b2..bc9b84b10 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4.6"
rand = "0.6.4"
remove_dir_all = "0.5.1"
ring = "0.13.5"
-rustyline = "2.1.0"
+rustyline = "3.0.0"
serde_json = "1.0.35"
source-map-mappings = "0.5.0"
tempfile = "3.0.5"