From 4f1fed7f0cb91fc429743cb576552b99e8446712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:45:04 +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.49...v0.3.51) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.51 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 1170716..9359660 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.49" +time = "=0.3.51" ammonia = "4" encoding_rs = "0.8" dom_smoothie = "0.18"