parsers: Update jid to 0.11

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

parsers/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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"] }