aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2015-09-23 19:13:57 +0100
committerEdward Barnard2015-09-23 19:13:57 +0100
commita835f3bc2b35baf25bd744d4dd3c70295f2dca74 (patch)
treea8a74e791d37586a3f4fcc891e70320deab0d274
parentd627ba4a6187a41e8a7402755fb6819c9f10a8cb (diff)
downloadrust-plist-a835f3bc2b35baf25bd744d4dd3c70295f2dca74.tar.bz2
Update dependencies
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e436d34..f28c331 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,6 @@ documentation = "https://ebarnard.github.io/rust-plist/doc/plist/"
[dependencies]
rustc-serialize = "0.3.16"
xml-rs = "0.1.26"
-byteorder = "0.3.11"
-itertools = "0.3.25"
-chrono = "0.2.15" \ No newline at end of file
+byteorder = "0.3.13"
+itertools = "0.4.0"
+chrono = "0.2.16" \ No newline at end of file