From a554d82de5af6aab6db0b36c8696018ebe3bae4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:11:55 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36d2f88..72977f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ harness = false bench = false [dependencies] -anes = "0.1.6" +anes = "0.2.0" itertools = "0.12" serde = "1.0" serde_json = "1.0" @@ -46,11 +46,11 @@ oorandom = "11.1" regex = { version = "1.10", default-features = false, features = ["std"] } # Optional dependencies -rayon = { version = "1.9", optional = true } +rayon = { version = "1.10", optional = true } csv = { version = "1.3", optional = true } futures = { version = "0.3", default-features = false, optional = true } smol = { version = "1.3", default-features = false, optional = true } -tokio = { version = "1.36", default-features = false, features = [ +tokio = { version = "1.37", default-features = false, features = [ "rt", ], optional = true } async-std = { version = "1.12", optional = true }