From 8c650a8981b37e50e2e3d0c62321b847f2c87900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:45:59 +0000 Subject: [PATCH] chore(deps)(deps): update time requirement in /src-tauri Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.47...v0.3.49) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.49 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 37a8b04..c61ee51 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -34,7 +34,7 @@ dirs = "6" thiserror = "2" log = "0.4" env_logger = "0.11" -time = "=0.3.47" +time = "=0.3.49" ammonia = "4" encoding_rs = "0.8" dom_smoothie = "0.18"