From da653614215c5334bd3c905ca872c35e488d0c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 05:36:03 +0000 Subject: [PATCH] Update quick-xml requirement from 0.20 to 0.21 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.20.0...v0.21.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 8707e758..34f70bcb 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -24,7 +24,7 @@ http_client = ["httparse", "native-tls"] [dependencies] rocksdb = { version = "0.15", optional = true } sled = { version = "0.34", optional = true } -quick-xml = "0.20" +quick-xml = "0.21" rand = "0.8" md-5 = "0.9" sha-1 = "0.9"