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"