From 0660dcda3f2bf5d220649460fbe4c77d108e98e9 Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Fri, 10 Jul 2020 07:55:50 +0000 Subject: [PATCH] kbinxml(cargo): version 2.2.0 - Upgraded dependencies --- kbinxml/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kbinxml/Cargo.toml b/kbinxml/Cargo.toml index 88c6494..be60b8d 100644 --- a/kbinxml/Cargo.toml +++ b/kbinxml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kbinxml" -version = "2.1.1" +version = "2.2.0" authors = ["Matt Bilker "] description = "An encoder/decoder for Konami's binary XML format used in many of their games." license = "MIT" @@ -13,6 +13,6 @@ encoding_rs = "0.8.6" indexmap = "1.0.1" lazy_static = "1.0.0" log = "0.4.6" -quick-xml = "0.17.0" +quick-xml = "0.18.1" rustc-hex = "2.0.1" snafu = "0.6.0"