From 447194cceb90d051725b40fc15f6d0e4fdaf8a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:19:18 +0000 Subject: [PATCH] fix(deps): update rust crate typescript_tools to v10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }