chore(cargo): update typescript-type-def to 0.5.12

This removes unmaintained proc-macro-error dependency.
This commit is contained in:
link2xt
2024-09-12 00:27:29 +00:00
parent 37ca9d7319
commit 61d77584e8
3 changed files with 32 additions and 82 deletions

View File

@@ -25,7 +25,7 @@ async-channel = { workspace = true }
futures = { workspace = true }
serde_json = { workspace = true }
yerpc = { workspace = true, features = ["anyhow_expose", "openrpc"] }
typescript-type-def = { version = "0.5.8", features = ["json_value"] }
typescript-type-def = { version = "0.5.12", features = ["json_value"] }
tokio = { workspace = true }
sanitize-filename = { workspace = true }
walkdir = "2.5.0"