From 67d5c21305fa27b9f2bf5edf7c0f0ffda590e107 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:45:02 +0000 Subject: [PATCH] Pin dependencies --- Cargo.lock | 2 +- crates/front_matter/Cargo.toml | 2 +- crates/snapshot/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d79ad55bc..0ba92eb27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/crates/front_matter/Cargo.toml b/crates/front_matter/Cargo.toml index 3500aa1cf..4c09d7864 100644 --- a/crates/front_matter/Cargo.toml +++ b/crates/front_matter/Cargo.toml @@ -9,4 +9,4 @@ serde = { version = "1.0.219", features = ["derive"] } toml = "0.8.23" [dev-dependencies] -walkdir = "2.5.0" +walkdir = "=2.5.0" diff --git a/crates/snapshot/Cargo.toml b/crates/snapshot/Cargo.toml index e39b7eef8..fbf8abe8f 100644 --- a/crates/snapshot/Cargo.toml +++ b/crates/snapshot/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2024" [dev-dependencies] -insta = { version = "1.43.1", features = ["filters", "glob"] } +insta = { version = "=1.43.1", features = ["filters", "glob"] }