aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55ccc76..b2cb27f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ yansi = "0.5"
actix = "0.7"
actix-web = "0.7"
simplelog = "0.7"
-base64 = "0.11"
+base64 = "0.12"
percent-encoding = "2.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
@@ -40,19 +40,19 @@ tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.29"
libflate = "0.1.26"
-failure = "0.1.5"
+failure = "0.1.7"
log = "0.4.8"
-strum = "0.17.1"
-strum_macros = "0.17.1"
+strum = "0.18.0"
+strum_macros = "0.18.0"
sha2 = "0.8.1"
hex = "0.4.2"
[dev-dependencies]
assert_cmd = "0.12"
-reqwest = "0.9"
+reqwest = { version = "0.10", features = ["blocking"] }
assert_fs = "0.13"
select = "0.4"
port_check = "0.1"
-rstest = "0.5"
+rstest = "0.6"
pretty_assertions = "0.6"
url = "2.1"