diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mastodon2text/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/xesite_markdown/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
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" |
