Skip to content

Commit

Permalink
RUST-1207 Bump zstd to v0.10 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
moy2010 authored Mar 8, 2022
1 parent 056f672 commit 8be820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ typed-builder = "0.9.0"
version_check = "0.9.1"
webpki = "0.21.0"
webpki-roots = "0.21.0"
zstd = { version = "0.9.0", optional = true }
zstd = { version = "0.10", optional = true }

[dependencies.async-std]
version = "1.9.0"
Expand Down

0 comments on commit 8be820f

Please sign in to comment.