From 1a42a977426484286a9f04b6e2c2f4664ae40e54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:32:36 +0000 Subject: [PATCH] chore(deps): pin dependencies --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d137e43e..cb67757e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,13 +53,13 @@ indexmap = { version = "2.10", features = ["serde"] } cookie = "0.18.1" [dev-dependencies] -aws-smithy-runtime = { version = "1.12.1", features = ["test-util"] } -http = "1.4.2" -mockall = "0.14" -serial_test = "3.5.0" -tempfile = "3" -tokio-test = "0.4" -wiremock = "0.6.5" +aws-smithy-runtime = { version = "=1.12.1", features = ["test-util"] } +http = "=1.4.2" +mockall = "=0.14.0" +serial_test = "=3.5.0" +tempfile = "=3.27.0" +tokio-test = "=0.4.5" +wiremock = "=0.6.5" [package] authors = ["Jonathan Morley "]