diff rust/hg-core/Cargo.toml @ 49636:a5447a4a8c5d

hg-core: upgrade `zstd` dependency Now that we support a newer version of Rust, we can update this dependency to get all the latest bugfixes and improvements. A slight API adjustment was needed.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 16:35:57 +0100
parents 1b6be761c23d
children 14bfd22a57a9
line wrap: on
line diff
--- 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.