From 92cf50fb46e67f78a5c21b3c9ceea9bf525f9d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 15:46:45 -0400 Subject: build(deps): bump lol_html from 0.4.0 to 1.0.0 (#667) Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.4.0 to 1.0.0. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/compare/v0.4.0...v1.0.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lib/mastodon2text/Cargo.toml | 2 +- lib/xesite_markdown/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02dc8ec..faf3af3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1459,9 +1459,9 @@ dependencies = [ [[package]] name = "lol_html" -version = "0.4.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1610d7994d67a05bb35861cd733b069b1171de8693bc8452849c59361a1bb87b" +checksum = "ce59b33732efed2480f7d15722ed56905e81004b402196a738f7532ff44d9798" dependencies = [ "bitflags 2.0.2", "cfg-if", diff --git a/lib/mastodon2text/Cargo.toml b/lib/mastodon2text/Cargo.toml index df6c253..5e53214 100644 --- a/lib/mastodon2text/Cargo.toml +++ b/lib/mastodon2text/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lol_html = "0.4" +lol_html = "1.0" diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml index 69d8293..bc4abb5 100644 --- a/lib/xesite_markdown/Cargo.toml +++ b/lib/xesite_markdown/Cargo.toml @@ -10,7 +10,7 @@ color-eyre = "0.6" comrak = "0.18.0" hex = "0.4" lazy_static = "1.4" -lol_html = "0.4" +lol_html = "1.0" sha2 = "0.10" serde_json = "1" thiserror = "1" -- cgit v1.2.3