diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-22 21:07:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-22 21:07:34 +0000 |
| commit | ec31287093d1da8bfc17b89fe7840b005b1e6dc3 (patch) | |
| tree | afa3ae841ae3f8fda79bde23e0ac0b18b2e7b779 | |
| parent | ae560b0bb64c3a75c00e2a4bb2ef898b2ebdc9c5 (diff) | |
| download | x-ec31287093d1da8bfc17b89fe7840b005b1e6dc3.tar.xz x-ec31287093d1da8bfc17b89fe7840b005b1e6dc3.zip | |
build(deps): bump lol_html from 1.2.1 to 2.1.0 in /web/mastosan (#635)
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 1.2.1 to 2.1.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/commits/v2.1.0)
---
updated-dependencies:
- dependency-name: lol_html
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | web/mastosan/Cargo.lock | 47 | ||||
| -rw-r--r-- | web/mastosan/Cargo.toml | 2 |
2 files changed, 23 insertions, 26 deletions
diff --git a/web/mastosan/Cargo.lock b/web/mastosan/Cargo.lock index cb73df9..6face4d 100644 --- a/web/mastosan/Cargo.lock +++ b/web/mastosan/Cargo.lock @@ -3,15 +3,10 @@ version = 3 [[package]] -name = "ahash" -version = "0.8.3" +name = "allocator-api2" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" -dependencies = [ - "cfg-if", - "once_cell", - "version_check", -] +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "bitflags" @@ -108,6 +103,18 @@ dependencies = [ ] [[package]] +name = "equivalent" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" + +[[package]] +name = "foldhash" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" + +[[package]] name = "fxhash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -129,11 +136,13 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.13.2" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ - "ahash", + "allocator-api2", + "equivalent", + "foldhash", ] [[package]] @@ -171,9 +180,9 @@ dependencies = [ [[package]] name = "lol_html" -version = "1.2.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4629ff9c2deeb7aad9b2d0f379fc41937a02f3b739f007732c46af40339dee5" +checksum = "2872b88213f3cd4b04f719ec8f2e0b37c98882a7c4aa6fc13ba2f19f5eba1bd2" dependencies = [ "bitflags 2.0.2", "cfg-if", @@ -220,12 +229,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] -name = "once_cell" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" - -[[package]] name = "phf" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -473,12 +476,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" [[package]] -name = "version_check" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" - -[[package]] name = "wasi" version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/web/mastosan/Cargo.toml b/web/mastosan/Cargo.toml index 4f46f11..b36ca87 100644 --- a/web/mastosan/Cargo.toml +++ b/web/mastosan/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lol_html = "1.2" +lol_html = "2.1" [profile.release] lto = true |
