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 }