rust/hg-core/Cargo.toml
branchstable
changeset 49417 1bad05cfc818
parent 49279 127d33e63d1a
child 49520 eb02decdf0ab
--- a/rust/hg-core/Cargo.toml	Thu Jul 28 14:11:53 2022 +0200
+++ b/rust/hg-core/Cargo.toml	Mon Jul 11 22:47:56 2022 +0200
@@ -29,10 +29,10 @@
 twox-hash = "1.6.2"
 same-file = "1.0.6"
 tempfile = "3.1.0"
-crossbeam-channel = "0.4"
-micro-timer = "0.3.0"
+crossbeam-channel = "0.5.0"
+micro-timer = "0.4.0"
 log = "0.4.8"
-memmap2 = {version = "0.4", features = ["stable_deref_trait"]}
+memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
 zstd = "0.5.3"
 format-bytes = "0.3.0"