commit 75aee0f54064d0bffb356ffe1909eea977eaa4c0 parent 5bc67c23c14cd66161ebee3fa903b260eec36947 Author: alex wennerberg <alex@alexwennerberg.com> Date: Sat, 8 Jan 2022 17:30:25 -0800 update dep Diffstat:
M | Cargo.lock | | | 4 | ++-- |
M | Cargo.toml | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "nanohtml2text" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bafa9a9139377b117cf9613054344fac0af3bc4234f978177f79119e5e128183" +checksum = "482a2e7a6f6664c21501431420e77ee7b06463b1910701a827a843642b640cad" [[package]] name = "once_cell" diff --git a/Cargo.toml b/Cargo.toml @@ -15,4 +15,4 @@ mailparse = "0.13" maildir = "0.5.0" once_cell = "1.9" urlencoding = "2.1" -nanohtml2text = "0.1.0" +nanohtml2text = "0.1.1"