From d13537c0ca1fb64638b7291b2dc8a72c11f9dc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 06:28:39 +0000 Subject: [PATCH] Update quick-xml requirement from 0.18 to 0.19 Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.18.0...v0.19.0) Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d53541a3..53b4ac92 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ http_client = ["httparse", "native-tls"] [dependencies] rocksdb = { version = "0.15", optional = true } sled = { version = "0.34", optional = true } -quick-xml = "0.18" +quick-xml = "0.19" rand = "0.7" md-5 = "0.9" sha-1 = "0.9"