From 845c66dbe3651d6d535128044659a6263654d131 Mon Sep 17 00:00:00 2001 From: Armin Sander Date: Mon, 1 Sep 2025 17:45:49 +0200 Subject: [PATCH 1/2] Update aristech dependencies --- services/aristech/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/aristech/Cargo.toml b/services/aristech/Cargo.toml index 62c9c42..721f83e 100644 --- a/services/aristech/Cargo.toml +++ b/services/aristech/Cargo.toml @@ -12,8 +12,8 @@ serde = { workspace = true } serde_json = { workspace = true } futures = { workspace = true } context-switch-core = { workspace = true } -aristech-stt-client = "3.1.0" -aristech-tts-client = "1.0.7" +aristech-stt-client = "3.1.2" +aristech-tts-client = "1.0.9" tokio-stream = "0.1.17" -tonic = "0.13.0" +tonic = { version = "0.14.1" } tracing = { workspace = true } \ No newline at end of file From cd86cb8cfc71c1673a10fb8e75cc241051db81d1 Mon Sep 17 00:00:00 2001 From: Armin Sander Date: Mon, 1 Sep 2025 17:53:36 +0200 Subject: [PATCH 2/2] Bump versions --- Cargo.toml | 2 +- audio-knife/Cargo.toml | 2 +- services/aristech/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7409dac..105c3af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "context-switch" -version = "1.1.2" +version = "1.2.0" edition = "2024" rust-version = "1.88" diff --git a/audio-knife/Cargo.toml b/audio-knife/Cargo.toml index 4976009..4a6ba67 100644 --- a/audio-knife/Cargo.toml +++ b/audio-knife/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "audio-knife" -version = "1.4.2" +version = "1.5.0" edition = "2024" [profile.dev] diff --git a/services/aristech/Cargo.toml b/services/aristech/Cargo.toml index 721f83e..517f56b 100644 --- a/services/aristech/Cargo.toml +++ b/services/aristech/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aristech" -version = "0.1.0" +version = "0.2.0" edition = "2024" [dependencies]