diff options
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
