From 981c8cb91f378147871912d7f3461f321b4c5eab Mon Sep 17 00:00:00 2001 From: Simon Heath <icefox@dreamquest.io> Date: Thu, 19 Sep 2019 13:29:51 -0400 Subject: [PATCH] Version bump dependencies. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0dcbe6..5868f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ name = "example" path = "examples/main.rs" [dependencies] -base64 = "0.5.2" -xml-rs = "0.3.0" +base64 = "0.10" +xml-rs = "0.8" libflate = "0.1.18" -- GitLab