From 04f03c155fd379d8c999583474fe78efa5ee2adc Mon Sep 17 00:00:00 2001 From: Bob Date: Fri, 4 Sep 2026 09:18:37 +0000 Subject: [PATCH] build(deps): bump embedded aw-server-rust to d2e7b80 Tracks aw-server-rust master past c8533a0: - #668 bumps aw-webui to 13a9428 (Research Edition badge, preset category set, server-info TypeError guard) - #663 adds an optional priority field for category rules No Cargo manifest changed between the two revisions (only .rs sources and the aw-webui submodule), so the dependency graph is unchanged and this is a pure source-revision update of the six git-locked aw-server-rust packages. Needed for ActivityWatch/activitywatch#1428: release.yml's check_tauri_server.py requires the Tauri Cargo.lock revision to match the superproject's aw-server-rust submodule pin, and that PR advances the submodule to d2e7b80. --- src-tauri/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 126db01..b077b01 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -368,7 +368,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "aw-client-rust" version = "0.1.0" -source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#c8533a0019ea86312b9dffc8a0dd3ae8483abae2" +source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#d2e7b803d6d788e461c38da45ce19feaca9513ff" dependencies = [ "aw-models", "chrono", @@ -388,7 +388,7 @@ dependencies = [ [[package]] name = "aw-datastore" version = "0.1.0" -source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#c8533a0019ea86312b9dffc8a0dd3ae8483abae2" +source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#d2e7b803d6d788e461c38da45ce19feaca9513ff" dependencies = [ "aw-models", "aw-transform", @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "aw-models" version = "0.1.0" -source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#c8533a0019ea86312b9dffc8a0dd3ae8483abae2" +source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#d2e7b803d6d788e461c38da45ce19feaca9513ff" dependencies = [ "chrono", "log", @@ -417,7 +417,7 @@ dependencies = [ [[package]] name = "aw-query" version = "0.1.0" -source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#c8533a0019ea86312b9dffc8a0dd3ae8483abae2" +source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#d2e7b803d6d788e461c38da45ce19feaca9513ff" dependencies = [ "aw-datastore", "aw-models", @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "aw-server" version = "0.14.0" -source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#c8533a0019ea86312b9dffc8a0dd3ae8483abae2" +source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#d2e7b803d6d788e461c38da45ce19feaca9513ff" dependencies = [ "android_logger", "aw-client-rust", @@ -509,7 +509,7 @@ dependencies = [ [[package]] name = "aw-transform" version = "0.1.0" -source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#c8533a0019ea86312b9dffc8a0dd3ae8483abae2" +source = "git+https://github.com/ActivityWatch/aw-server-rust.git?branch=master#d2e7b803d6d788e461c38da45ce19feaca9513ff" dependencies = [ "aw-models", "chrono",