From d517b8e32e4fe4552a7811aaa1ca21bfa236eb03 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 18 Dec 2018 15:29:30 +0100 Subject: [PATCH] Bump base64 and try_from crates. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8fd7253b..2d3122cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,14 +16,14 @@ edition = "2018" [dependencies] minidom = "0.9.1" jid = { version = "0.5.2", features = ["minidom"] } -base64 = "0.9.2" +base64 = "0.10" digest = "0.8" sha-1 = "0.8" sha2 = "0.8" sha3 = "0.8" blake2 = "0.8" chrono = "0.4.5" -try_from = "0.2.2" +try_from = "0.3.2" [features] # Build xmpp-parsers to make components instead of clients.