aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-11-21 16:31:46 +0000
committerEdward Barnard2017-11-21 16:31:46 +0000
commita00b14c1490eb1eac10c7b862f5898cf8553d0bd (patch)
tree9f3e9a8c1587605b84e9c7af171d0251dc0878b7
parentbb7ec92d0ef7b7b71858d570062146c6dec32d5c (diff)
downloadrust-plist-a00b14c1490eb1eac10c7b862f5898cf8553d0bd.tar.bz2
Update dependencies.v0.2.4
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d618b6..7b70702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,10 +13,10 @@ build = "build.rs"
default = ["serde"]
[dependencies]
-base64 = "0.6.0"
-byteorder = "1.0.0"
+base64 = "0.8.0"
+byteorder = "1.1.0"
chrono = "0.4.0"
-xml-rs = "0.6.1"
+xml-rs = "0.7.0"
serde = { version = "1.0.2", optional = true }
[dev-dependencies]