From 12299c58986cc9c673c3bcbe555a1fcfe091611f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 16 Jan 2023 14:40:19 +0100 Subject: [PATCH] Cargo.toml: minidom 0.15.1 was released with the necessary changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ee7373..8a7ab1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ description = "Parser for the Scansion DSL" [dependencies] nom = "7.1" jid = "0.9" -minidom = "0.15" +minidom = "0.15.1" nom_locate = "4.0.0" [dev-dependencies] pretty_assertions = "1.3" -[patch.crates-io] -jid = { path = "../xmpp-rs/jid" } -minidom = { path = "../xmpp-rs/minidom" } +# [patch.crates-io] +# jid = { path = "../xmpp-rs/jid" } +# minidom = { path = "../xmpp-rs/minidom" }