From cae47f6f079ab279a84d257708b6692528c6750c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 00:12:14 +0000 Subject: [PATCH] Bump ammonia from 3.1.0 to 3.1.3 Bumps [ammonia](https://github.com/rust-ammonia/ammonia) from 3.1.0 to 3.1.3. - [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.3) --- updated-dependencies: - dependency-name: ammonia dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b9c58c65da..44006c59439 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.13.0" @@ -80,9 +82,9 @@ dependencies = [ [[package]] name = "ammonia" -version = "3.1.0" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b" +checksum = "b74b175af97d1aecc1add0878b1cbfcbf3bd4c22d7713eeb6d597da23e29bc0d" dependencies = [ "html5ever", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 27b71e2df7a..891e2a7d271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ serde_json = "1.0.0" serde = { version = "1.0.0", features = ["derive"] } chrono = { version = "0.4.0", features = ["serde"] } comrak = { version = "0.8", default-features = false } -ammonia = "3.0.0" +ammonia = "3.1.3" docopt = "1.0" scheduled-thread-pool = "0.2.0" derive_deref = "1.1.1"