From 7021720b5a772cc384ebb19d0d9c84771ef6240d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:47:50 +0000 Subject: [PATCH] chore(deps)(deps): update dom_smoothie requirement in /src-tauri Updates the requirements on [dom_smoothie](https://github.com/niklak/dom_smoothie) to permit the latest version. - [Release notes](https://github.com/niklak/dom_smoothie/releases) - [Changelog](https://github.com/niklak/dom_smoothie/blob/main/CHANGELOG.md) - [Commits](https://github.com/niklak/dom_smoothie/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: dom_smoothie dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8601a0e..37a8b04 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -37,7 +37,7 @@ env_logger = "0.11" time = "=0.3.47" ammonia = "4" encoding_rs = "0.8" -dom_smoothie = "0.17" +dom_smoothie = "0.18" html2md = "0.2" lru = "0.18" futures-util = "0.3"