From 66b87257ead0fe3ea4136b03cab80e7e31a01945 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 16 Jan 2019 13:32:55 +0100 Subject: [PATCH] Cargo.toml: Bump minidom and jid. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e3b9a3..843dde1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ license = "MPL-2.0" edition = "2018" [dependencies] -minidom = "0.9.1" -jid = { version = "0.5.2", features = ["minidom"] } +minidom = "0.10.0" +jid = { version = "0.5.3", features = ["minidom"] } base64 = "0.10" digest = "0.8" sha-1 = "0.8"