Skip to content

Commit

Permalink
chore: Update to zstd 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Apr 27, 2024
1 parent 068421a commit 2f1c592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 2f1c592

Please sign in to comment.