diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | lib/xesite_types/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1138,9 +1138,9 @@ dependencies = [ [[package]] name = "html2text" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8177c65914761eea31e755aadea4db42d516e425046824564979e2158eec7fcb" +checksum = "8f0472a028e10a6a7c449d88c2caf30c4580fbfcb30affb4dc9491629f15e03f" dependencies = [ "html5ever", "markup5ever", diff --git a/lib/xesite_types/Cargo.toml b/lib/xesite_types/Cargo.toml index 60f6bbf..a8b1495 100644 --- a/lib/xesite_types/Cargo.toml +++ b/lib/xesite_types/Cargo.toml @@ -9,6 +9,6 @@ license = "zlib" [dependencies] chrono = { version = "0.4", features = [ "serde" ] } -html2text = "0.4" +html2text = "0.5" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1"
\ No newline at end of file |
