Skip to content

Commit 851b249

Browse files
authored
Merge pull request #52 from pragmatrix/update-aristech-deps
Update aristech dependencies and tonic
2 parents fc490c5 + cd86cb8 commit 851b249

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "context-switch"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
edition = "2024"
55
rust-version = "1.88"
66

audio-knife/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "audio-knife"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
edition = "2024"
55

66
[profile.dev]

services/aristech/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aristech"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55

66
[dependencies]
@@ -12,8 +12,8 @@ serde = { workspace = true }
1212
serde_json = { workspace = true }
1313
futures = { workspace = true }
1414
context-switch-core = { workspace = true }
15-
aristech-stt-client = "3.1.0"
16-
aristech-tts-client = "1.0.7"
15+
aristech-stt-client = "3.1.2"
16+
aristech-tts-client = "1.0.9"
1717
tokio-stream = "0.1.17"
18-
tonic = "0.13.0"
18+
tonic = { version = "0.14.1" }
1919
tracing = { workspace = true }

0 commit comments

Comments
 (0)