From 6590d4fdf9495a8754986a92a2cbd527ff59eaa2 Mon Sep 17 00:00:00 2001 From: "Michael P. Jung" Date: Tue, 12 Mar 2024 23:02:31 +0000 Subject: [PATCH] Update dev dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f810bbc..c5bdf64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,9 +35,9 @@ console = "0.15.7" [dev-dependencies] async-std = { version = "1.0", features = ["attributes"] } -config = { version = "0.13", features = ["json"] } -criterion = { version = "0.3.4", features = ["html_reports", "async_tokio"] } -itertools = "0.10.3" +config = { version = "0.14", features = ["json"] } +criterion = { version = "0.5", features = ["html_reports", "async_tokio"] } +itertools = "0.12" tokio = { version = "1.5.0", features = [ "macros", "rt",