rust/hg-core/Cargo.toml
branchstable
changeset 50296 6abee333a200
parent 50174 596a6b9b0570
child 50297 3f31b8526d66
--- a/rust/hg-core/Cargo.toml	Mon Mar 13 14:19:02 2023 +0000
+++ b/rust/hg-core/Cargo.toml	Mon Mar 06 11:58:37 2023 +0100
@@ -34,7 +34,7 @@
 crossbeam-channel = "0.5.6"
 log = "0.4.17"
 memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] }
-zstd = "0.11.2"
+zstd = "0.12"
 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.