aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2015-08-28 19:00:53 +0700
committerEdward Barnard2015-08-28 19:00:53 +0700
commit9dff0a814af2ac934b9df97b52b51f799fcbbe90 (patch)
treedf410a23970fb068be2e486219319f749fb7b985
parentd6e5780da526ce66d9c9daa7723ed45b39fa434e (diff)
downloadrust-plist-9dff0a814af2ac934b9df97b52b51f799fcbbe90.tar.bz2
Update cargo deps
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5e8e5a8..e946c66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/ebarnard/rust-plist"
documentation = "https://ebarnard.github.io/rust-plist/doc/plist/"
[dependencies]
-rustc-serialize = "0.3.15"
-xml-rs = "0.1.25"
+rustc-serialize = "0.3.16"
+xml-rs = "0.1.26"
byteorder = "0.3.11"
-itertools = "0.3.23" \ No newline at end of file
+itertools = "0.3.25" \ No newline at end of file