From 91dcb20b18a83866f0b426304b5a4b74ab0f6000 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:18:37 +0000 Subject: [PATCH] chore(deps): pin dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3408583..f92b821 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,10 +33,10 @@ tokio = { version = "1", features = ["rt", "sync", "time"] } tonic = { version = "0.12", optional = true } [dev-dependencies] -criterion = { version = "0.5", features = ["async_tokio"] } -dotenvy = "0.15" -tempfile = "3" -tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } +criterion = { version = "=0.5.1", features = ["async_tokio"] } +dotenvy = "=0.15.7" +tempfile = "=3.27.0" +tokio = { version = "=1.50.0", features = ["rt", "rt-multi-thread", "macros"] } [[bench]] name = "engine"