From e18cc6f3445fb837ebd584d8ae4aedb85928d40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 03:26:26 +0000 Subject: [PATCH] chore(deps): bump ticking-timer in /src-tauri Bumps [ticking-timer](https://github.com/g07cha/ticking-timer) from `8626033` to `3e6b459`. - [Commits](https://github.com/g07cha/ticking-timer/compare/8626033a0d9ac626586420162eb0d6f976119229...3e6b45929c24f054c1617846051cd7e19636c1b0) --- updated-dependencies: - dependency-name: ticking-timer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ab034be5..03f1b3ff 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3634,7 +3634,7 @@ dependencies = [ [[package]] name = "ticking-timer" version = "0.2.0" -source = "git+https://github.com/g07cha/ticking-timer?branch=main#8626033a0d9ac626586420162eb0d6f976119229" +source = "git+https://github.com/g07cha/ticking-timer?branch=main#3e6b45929c24f054c1617846051cd7e19636c1b0" dependencies = [ "crossbeam-channel", "thiserror",