aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-08-21 20:35:16 +0100
committerEdward Barnard2017-08-21 20:40:30 +0100
commit2425d2d89db4b131ab35b7a64957c684627e0232 (patch)
tree12aec383ad667acb6105a7e6b3219050b2885138
parent33f92308e8fe3f88a80b11eb7b2dee1d27977443 (diff)
downloadrust-plist-2425d2d89db4b131ab35b7a64957c684627e0232.tar.bz2
Update dependencies.v0.2.3
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9bb8228..cea2b56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,10 +13,10 @@ build = "build.rs"
default = ["serde"]
[dependencies]
-base64 = "0.5.1"
+base64 = "0.6.0"
byteorder = "1.0.0"
chrono = "0.4.0"
-xml-rs = "0.4.1"
+xml-rs = "0.6.1"
serde = { version = "1.0.2", optional = true }
[dev-dependencies]