comparison rust/Cargo.lock @ 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 04f1dba53c96
children 14bfd22a57a9
comparison
equal deleted inserted replaced
49635:4d729a98673d 49636:a5447a4a8c5d
413 dependencies = [ 413 dependencies = [
414 "cfg-if 1.0.0", 414 "cfg-if 1.0.0",
415 "libc", 415 "libc",
416 "wasi 0.10.0+wasi-snapshot-preview1", 416 "wasi 0.10.0+wasi-snapshot-preview1",
417 ] 417 ]
418
419 [[package]]
420 name = "glob"
421 version = "0.3.0"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
424 418
425 [[package]] 419 [[package]]
426 name = "hashbrown" 420 name = "hashbrown"
427 version = "0.9.1" 421 version = "0.9.1"
428 source = "registry+https://github.com/rust-lang/crates.io-index" 422 source = "registry+https://github.com/rust-lang/crates.io-index"
460 "flate2", 454 "flate2",
461 "format-bytes", 455 "format-bytes",
462 "hashbrown", 456 "hashbrown",
463 "home", 457 "home",
464 "im-rc", 458 "im-rc",
465 "itertools 0.10.3", 459 "itertools",
466 "lazy_static", 460 "lazy_static",
467 "libc", 461 "libc",
468 "log", 462 "log",
469 "memmap2", 463 "memmap2",
470 "micro-timer", 464 "micro-timer",
536 "cfg-if 1.0.0", 530 "cfg-if 1.0.0",
537 ] 531 ]
538 532
539 [[package]] 533 [[package]]
540 name = "itertools" 534 name = "itertools"
541 version = "0.9.0"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
544 dependencies = [
545 "either",
546 ]
547
548 [[package]]
549 name = "itertools"
550 version = "0.10.3" 535 version = "0.10.3"
551 source = "registry+https://github.com/rust-lang/crates.io-index" 536 source = "registry+https://github.com/rust-lang/crates.io-index"
552 checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" 537 checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
553 dependencies = [ 538 dependencies = [
554 "either", 539 "either",
1262 source = "registry+https://github.com/rust-lang/crates.io-index" 1247 source = "registry+https://github.com/rust-lang/crates.io-index"
1263 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1248 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1264 1249
1265 [[package]] 1250 [[package]]
1266 name = "zstd" 1251 name = "zstd"
1267 version = "0.5.4+zstd.1.4.7" 1252 version = "0.11.2+zstd.1.5.2"
1268 source = "registry+https://github.com/rust-lang/crates.io-index" 1253 source = "registry+https://github.com/rust-lang/crates.io-index"
1269 checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910" 1254 checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
1270 dependencies = [ 1255 dependencies = [
1271 "zstd-safe", 1256 "zstd-safe",
1272 ] 1257 ]
1273 1258
1274 [[package]] 1259 [[package]]
1275 name = "zstd-safe" 1260 name = "zstd-safe"
1276 version = "2.0.6+zstd.1.4.7" 1261 version = "5.0.2+zstd.1.5.2"
1277 source = "registry+https://github.com/rust-lang/crates.io-index" 1262 source = "registry+https://github.com/rust-lang/crates.io-index"
1278 checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e" 1263 checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
1279 dependencies = [ 1264 dependencies = [
1280 "libc", 1265 "libc",
1281 "zstd-sys", 1266 "zstd-sys",
1282 ] 1267 ]
1283 1268
1284 [[package]] 1269 [[package]]
1285 name = "zstd-sys" 1270 name = "zstd-sys"
1286 version = "1.4.18+zstd.1.4.7" 1271 version = "2.0.1+zstd.1.5.2"
1287 source = "registry+https://github.com/rust-lang/crates.io-index" 1272 source = "registry+https://github.com/rust-lang/crates.io-index"
1288 checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81" 1273 checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
1289 dependencies = [ 1274 dependencies = [
1290 "cc", 1275 "cc",
1291 "glob", 1276 "libc",
1292 "itertools 0.9.0", 1277 ]
1293 "libc",
1294 ]