diff --git a/Cargo.toml b/Cargo.toml index 3408583..56fd8b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio = { version = "1", features = ["rt", "sync", "time"] } tonic = { version = "0.12", optional = true } [dev-dependencies] -criterion = { version = "0.5", features = ["async_tokio"] } +criterion = { version = "0.8", features = ["async_tokio"] } dotenvy = "0.15" tempfile = "3" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }