comparison 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
comparison
equal deleted inserted replaced
49635:4d729a98673d 49636:a5447a4a8c5d
32 thread_local = "1.1.4" 32 thread_local = "1.1.4"
33 crossbeam-channel = "0.5.0" 33 crossbeam-channel = "0.5.0"
34 micro-timer = "0.4.0" 34 micro-timer = "0.4.0"
35 log = "0.4.8" 35 log = "0.4.8"
36 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] } 36 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
37 zstd = "0.5.3" 37 zstd = "0.11.2"
38 format-bytes = "0.3.0" 38 format-bytes = "0.3.0"
39 # once_cell 1.15 uses edition 2021, while the heptapod CI 39 # once_cell 1.15 uses edition 2021, while the heptapod CI
40 # uses an old version of Cargo that doesn't support it. 40 # uses an old version of Cargo that doesn't support it.
41 once_cell = "1.14.0" 41 once_cell = "1.14.0"
42 42