rust/hg-core/Cargo.toml
changeset 49635 a5447a4a8c5d
parent 49629 1b6be761c23d
child 49636 14bfd22a57a9
--- a/rust/hg-core/Cargo.toml	Mon Nov 14 15:43:05 2022 +0100
+++ b/rust/hg-core/Cargo.toml	Mon Nov 14 16:35:57 2022 +0100
@@ -34,7 +34,7 @@
 micro-timer = "0.4.0"
 log = "0.4.8"
 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
-zstd = "0.5.3"
+zstd = "0.11.2"
 format-bytes = "0.3.0"
 # once_cell 1.15 uses edition 2021, while the heptapod CI
 # uses an old version of Cargo that doesn't support it.