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 62c9c42..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] @@ -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