From ce47b1d5a1e545fb99c52b70de4f55988e3d3f72 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 23 Jan 2024 14:17:17 -0500 Subject: [PATCH] lib: Support cap-std-ext 4 Because we're not affected by the cap-std API changes. Signed-off-by: Colin Walters --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4a9b71..e27982c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ serde_json = "1.0.64" semver = "1.0.4" tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" } tracing = "0.1" -# We support both versions -cap-std-ext = ">= 2.0, <= 3.0" +# We support versions 2, 3 and 4 +cap-std-ext = ">= 2.0, <= 4.0" [dev-dependencies] bytes = "1.5"