diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 99388e357..7ab9b80f4 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -85,7 +85,7 @@ webpki-roots = { version = "0.26", 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"