diff --git a/Cargo.lock b/Cargo.lock index 545bce6..a3361d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "html2text" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef65fbb577b8015aad4347acceb438da6793bdc9834944c3dfb6ad24dbef849" +checksum = "8ec3405a4163878f29357e1156eacd5c9d72803b62925f190c865d1cae8105d5" dependencies = [ "html5ever", "tendril", diff --git a/Cargo.toml b/Cargo.toml index 8dd08a4..ac809ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ reqwest = { version = "0.12", features = ["json"] } serde = "1.0.228" serde_json = "1.0" redis = { version = "0.25.4", features = ["tokio-comp", "connection-manager"] } -html2text = "0.16.0" +html2text = "0.16.2"