diff options
| author | Edward Barnard | 2017-08-21 20:35:16 +0100 | 
|---|---|---|
| committer | Edward Barnard | 2017-08-21 20:40:30 +0100 | 
| commit | 2425d2d89db4b131ab35b7a64957c684627e0232 (patch) | |
| tree | 12aec383ad667acb6105a7e6b3219050b2885138 | |
| parent | 33f92308e8fe3f88a80b11eb7b2dee1d27977443 (diff) | |
| download | rust-plist-2425d2d89db4b131ab35b7a64957c684627e0232.tar.bz2 | |
Update dependencies.v0.2.3
| -rw-r--r-- | Cargo.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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] | 
