Merge branch 'update' into 'master'

lumi created

Update dependencies, and bump version

See merge request lumi/minidom-rs!22

Change summary

Cargo.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "minidom"
-version = "0.6.2"
+version = "0.7.0"
 authors = ["lumi <lumi@pew.im>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Bastien Orivel <eijebong+minidom@bananium.fr>", "Astro <astro@spaceboyz.net>"]
 description = "A small, simple DOM implementation on top of quick-xml"
 homepage = "https://gitlab.com/lumi/minidom-rs"
@@ -14,5 +14,5 @@ license = "MIT"
 gitlab = { repository = "lumi/minidom-rs" }
 
 [dependencies]
-quick-xml = "0.9.0"
-error-chain = "0.10.0"
+quick-xml = "0.10.0"
+error-chain = "0.11.0"