From d4390ad68b778b898edef49632bffb0578d31965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 05:32:05 +0000 Subject: [PATCH] Update quick-xml requirement from 0.21 to 0.22 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.21.0...v0.22.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 9bc3ef62..007d45e4 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.21" +quick-xml = "0.22" rand = "0.8" md-5 = "0.9" sha-1 = "0.9"