From 2ceb1bcb84ed93d1718ab8f3581fa8439650d2c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:46:57 +0000 Subject: [PATCH] chore(deps): pin dependencies (#74) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/typescript_tools/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/typescript_tools/Cargo.toml b/crates/typescript_tools/Cargo.toml index dd78c1e..4e514f8 100644 --- a/crates/typescript_tools/Cargo.toml +++ b/crates/typescript_tools/Cargo.toml @@ -23,6 +23,6 @@ serde = { version = "1", features = ["derive"] } serde_json = { version = "1", features = ["preserve_order"] } [dev-dependencies] -assert-json-diff = "2.0.2" -tempdir = "0.3.7" +assert-json-diff = "=2.0.2" +tempdir = "=0.3.7" utilities = { path = "../utilities" }