From b7b57f326a49e348b7dbe7204df715400c3c70dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 00:17:48 +0000 Subject: [PATCH] Bump ammonia from 3.1.0 to 3.1.4 Bumps [ammonia](https://github.com/rust-ammonia/ammonia) from 3.1.0 to 3.1.4. - [Release notes](https://github.com/rust-ammonia/ammonia/releases) - [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-ammonia/ammonia/compare/v3.1.0...v3.1.4) --- updated-dependencies: - dependency-name: ammonia dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d00f31e3159a..da6e937c220a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,15 +45,14 @@ dependencies = [ [[package]] name = "ammonia" -version = "3.1.0" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b" +checksum = "ea9f21d23d82bae9d33c21080572af1fa749788e68234b5d8fa5e39d3e0783ed" dependencies = [ "html5ever", "lazy_static", "maplit", "markup5ever_rcdom", - "matches", "tendril", "url 2.1.1", ]