diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-12 10:34:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-12 10:34:08 +0000 |
| commit | c8c705c17d95e3e01ad9e72150f7d30446bf7e04 (patch) | |
| tree | 453c5c9fde07120deb12eb79327f56f1af80a9de /web | |
| parent | d497511a0a85789b52f2d695c437b579053e4a8b (diff) | |
| download | x-c8c705c17d95e3e01ad9e72150f7d30446bf7e04.tar.xz x-c8c705c17d95e3e01ad9e72150f7d30446bf7e04.zip | |
build(deps): bump lol_html from 1.2.0 to 1.2.1 in /web/mastosan (#567)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 1.2.0 to 1.2.1.
- [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/commits)
---
updated-dependencies:
- dependency-name: lol_html
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'web')
| -rw-r--r-- | web/mastosan/Cargo.lock | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/web/mastosan/Cargo.lock b/web/mastosan/Cargo.lock index c1be675..cb73df9 100644 --- a/web/mastosan/Cargo.lock +++ b/web/mastosan/Cargo.lock @@ -171,9 +171,9 @@ dependencies = [ [[package]] name = "lol_html" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10662f7aad081ec900fd735be33076da75e0389400277dc3734e2b0aa02bb115" +checksum = "a4629ff9c2deeb7aad9b2d0f379fc41937a02f3b739f007732c46af40339dee5" dependencies = [ "bitflags 2.0.2", "cfg-if", @@ -184,7 +184,6 @@ dependencies = [ "lazycell", "memchr", "mime", - "safemem", "selectors", "thiserror", ] @@ -377,12 +376,6 @@ dependencies = [ ] [[package]] -name = "safemem" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" - -[[package]] name = "selectors" version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
