diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/mastosan/Cargo.lock | 4 | ||||
| -rw-r--r-- | web/mastosan/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/mastosan/Cargo.lock b/web/mastosan/Cargo.lock index 3c54cdc..3dc6770 100644 --- a/web/mastosan/Cargo.lock +++ b/web/mastosan/Cargo.lock @@ -171,9 +171,9 @@ dependencies = [ [[package]] name = "lol_html" -version = "0.3.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3334b64837c6ea62ca7d8c3ba04ca7aa921b307b664002b882e14332ee2f80f1" +checksum = "1610d7994d67a05bb35861cd733b069b1171de8693bc8452849c59361a1bb87b" dependencies = [ "bitflags 2.0.2", "cfg-if", diff --git a/web/mastosan/Cargo.toml b/web/mastosan/Cargo.toml index 3aba4e8..b98618e 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 = "0.3" +lol_html = "0.4" [profile.release] lto = true |
