diff --git a/Cargo.lock b/Cargo.lock index 3e3c947..f046e06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,9 +616,9 @@ dependencies = [ [[package]] name = "typescript_tools" -version = "9.0.1" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5ebd2079e585ff6fde75141d24d83366c2b8e1337f7c2e8da001851afb7b00" +checksum = "dd39da0b8f65938e8d517355e29e1844988294912dab7a9f813d5fd011224eb0" dependencies = [ "askama", "globwalk", diff --git a/Cargo.toml b/Cargo.toml index cf0945a..ea54973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.17" rayon = "1.6.0" serde = { version = "1", features = ["derive"] } serde_json = "1" -typescript_tools = "9" +typescript_tools = "10" [dev-dependencies] clap = { version = "4.4.4", features = ["derive"] }