Upgrade rust/crates/xml-rs to 0.8.4
Test: make
Change-Id: I774b7ad7a3b477758cb473091491382bcd2ff899
diff --git a/Cargo.toml b/Cargo.toml
index 7e47daf..e704337 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,26 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g., crates.io) dependencies
+#
+# If you believe there's an error in this file please file an
+# issue against the rust-lang/cargo repository. If you're
+# editing this file be aware that the upstream Cargo.toml
+# will likely look very different (and much more reasonable)
+
[package]
name = "xml-rs"
-version = "0.8.3"
+version = "0.8.4"
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
-license = "MIT"
description = "An XML library in pure Rust"
-repository = "https://github.com/netvl/xml-rs"
documentation = "http://docs.rs/xml-rs/"
readme = "Readme.md"
keywords = ["xml", "parsing", "parser"]
categories = ["parsing"]
+license = "MIT"
+repository = "https://github.com/netvl/xml-rs"
[lib]
name = "xml"
@@ -17,7 +29,8 @@
[[bin]]
name = "xml-analyze"
path = "src/analyze.rs"
+[dev-dependencies.doc-comment]
+version = "0.3"
-[dev-dependencies]
-doc-comment = "0.3"
-lazy_static = "1.2.0"
+[dev-dependencies.lazy_static]
+version = "1.2.0"