diff options
| author | HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> | 2024-09-10 13:54:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 12:54:43 +0200 |
| commit | 3f6afd19472c7a13f21b1083d80a563d9359a7ab (patch) | |
| tree | 4dbc5f9deff1ca11c476fbaa9fe11a0853c35c45 /Cargo.lock | |
| parent | c4d088863e93b70fa0729f326ad14376ca90b0a6 (diff) | |
fix: update malva in deno to support astro css comments (#25553)
This PR addresses issue #25534
**Code Changes**
- Updated malva version to the latest in cli/Cargo.toml.
- Updated LanguageOptions to match new Malva config.
- Added test case same as the issue to assure changes success.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1c9fafb30..1e2ce3ee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4306,9 +4306,9 @@ dependencies = [ [[package]] name = "malva" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e6e9f16e424a6672f6726daf965333952dece79ef3d17aac712b92b3b72d0a8" +checksum = "484beda6e5d775ed06a8ec0fce79e51d39f49d834ed2a29da3f437079321804f" dependencies = [ "aho-corasick", "itertools 0.13.0", |
