comparison rust/Cargo.lock @ 44869:4313a0d7540d

rust-dependencies: update `regex` to 1.3.9 Version `1.3.8` introduces support for empty alternations, which makes previously disallowed patterns usable in `regex`. From a user's perspective, this means that glob patterns like `*.py{,c}` will no longer generate an "invalid" regex and will use the Rust path. `1.3.9` is a bugfix release, might as well update to the latest one. Differential Revision: https://phab.mercurial-scm.org/D8593
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 29 May 2020 12:12:16 +0200
parents d31d1c0685be
children 9f96beb9bafe
comparison
equal deleted inserted replaced
44868:3aed7d262bdf 44869:4313a0d7540d
221 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", 221 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
222 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", 222 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
223 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", 223 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
224 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", 224 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
225 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 225 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
226 "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 226 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
227 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", 227 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
228 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 228 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
229 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", 229 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
230 ] 230 ]
231 231
367 name = "python27-sys" 367 name = "python27-sys"
368 version = "0.4.1" 368 version = "0.4.1"
369 source = "registry+https://github.com/rust-lang/crates.io-index" 369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 dependencies = [ 370 dependencies = [
371 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", 371 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
372 "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 372 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
373 ] 373 ]
374 374
375 [[package]] 375 [[package]]
376 name = "python3-sys" 376 name = "python3-sys"
377 version = "0.4.1" 377 version = "0.4.1"
378 source = "registry+https://github.com/rust-lang/crates.io-index" 378 source = "registry+https://github.com/rust-lang/crates.io-index"
379 dependencies = [ 379 dependencies = [
380 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", 380 "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
381 "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", 381 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
382 ] 382 ]
383 383
384 [[package]] 384 [[package]]
385 name = "quote" 385 name = "quote"
386 version = "1.0.3" 386 version = "1.0.3"
469 version = "0.1.56" 469 version = "0.1.56"
470 source = "registry+https://github.com/rust-lang/crates.io-index" 470 source = "registry+https://github.com/rust-lang/crates.io-index"
471 471
472 [[package]] 472 [[package]]
473 name = "regex" 473 name = "regex"
474 version = "1.3.6" 474 version = "1.3.9"
475 source = "registry+https://github.com/rust-lang/crates.io-index" 475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 dependencies = [ 476 dependencies = [
477 "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", 477 "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
478 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 478 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
479 "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", 479 "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
480 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 480 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
481 ] 481 ]
482 482
483 [[package]] 483 [[package]]
484 name = "regex-syntax" 484 name = "regex-syntax"
485 version = "0.6.17" 485 version = "0.6.18"
486 source = "registry+https://github.com/rust-lang/crates.io-index" 486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 487
488 [[package]] 488 [[package]]
489 name = "remove_dir_all" 489 name = "remove_dir_all"
490 version = "0.5.2" 490 version = "0.5.2"
699 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 699 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
700 "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 700 "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
701 "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" 701 "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
702 "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" 702 "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
703 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" 703 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
704 "checksum regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3" 704 "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
705 "checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" 705 "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
706 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" 706 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
707 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 707 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
708 "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 708 "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
709 "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 709 "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
710 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 710 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"