update types

This commit is contained in:
Aiden McClelland
2025-08-15 18:05:52 -06:00
parent 8f573386c6
commit 7094d1d939
10 changed files with 48 additions and 66 deletions

View File

@@ -31,9 +31,9 @@ rustls = "0.23"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
ssh-key = "0.6.2"
ts-rs = { git = "https://github.com/dr-bonez/ts-rs.git", branch = "feature/top-level-as" } # "8"
ts-rs = "11"
thiserror = "2.0"
tokio = { version = "1", features = ["full"] }
tracing = "0.1.39"
yasi = "0.1.5"
yasi = { version = "0.1.6", features = ["serde", "ts-rs"] }
zbus = "5"