From cc123e3d93cbd6705ddb03883087d7b49c54f6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 23 Jul 2024 18:15:55 +0200 Subject: [PATCH] parsers: Update jid to 0.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- parsers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/Cargo.toml b/parsers/Cargo.toml index 6147c524..3cc4b635 100644 --- a/parsers/Cargo.toml +++ b/parsers/Cargo.toml @@ -22,7 +22,7 @@ sha3 = "0.10" blake2 = "0.10.4" chrono = { version = "0.4.5", default-features = false, features = ["std"] } # same repository dependencies -jid = { version = "0.10", features = ["minidom"] } +jid = { version = "0.11", features = ["minidom"] } minidom = { version = "0.15" } xso = { version = "0.0.2", features = ["macros", "minidom", "panicking-into-impl", "jid", "base64"] }