From b055bc38fafcd2a966480c1ee6a7ac63ecf823c4 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 23 Dec 2023 00:05:56 +0900 Subject: [PATCH] chore: Update to zstd 0.13 --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 013cc6e72..ef9f4500a 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -86,7 +86,7 @@ webpki-roots = { version = "0.25.0", optional = true } # compression flate2 = {version = "1.0", optional = true} -zstd = { version = "0.12.3", optional = true } +zstd = { version = "0.13.0", optional = true } [dev-dependencies] bencher = "0.1.5"