From 62837e13f2825f5f370edbef7ef1c5be74778eea Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 16 May 2020 12:39:20 +0200 Subject: update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 179b545..6871958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,15 +26,15 @@ itertools = "0.9" zip = "0.5" anyhow = "1.0" once_cell = "1.3" -ureq = { version = "0.12", features = ["json"] } +ureq = { version = "1.0", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dirs = "2.0" log = { version = "0.4", features = ["std"] } thiserror = "1.0" -lalrpop-util = "0.18" +lalrpop-util = "0.19" rustyline = "6.1" ctrlc = "3.1" [build-dependencies] -lalrpop = { version = "0.18", features = ["lexer"] } +lalrpop = { version = "0.19", features = ["lexer"] } -- cgit v1.2.3