rust/Cargo.lock
changeset 49637 9726deed397c
parent 49636 14bfd22a57a9
child 49639 37bc3edef76f
equal deleted inserted replaced
49636:14bfd22a57a9 49637:9726deed397c
    14 source = "registry+https://github.com/rust-lang/crates.io-index"
    14 source = "registry+https://github.com/rust-lang/crates.io-index"
    15 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
    15 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
    16 
    16 
    17 [[package]]
    17 [[package]]
    18 name = "ahash"
    18 name = "ahash"
    19 version = "0.4.7"
    19 version = "0.8.2"
    20 source = "registry+https://github.com/rust-lang/crates.io-index"
    20 source = "registry+https://github.com/rust-lang/crates.io-index"
    21 checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
    21 checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
       
    22 dependencies = [
       
    23  "cfg-if",
       
    24  "once_cell",
       
    25  "version_check",
       
    26 ]
    22 
    27 
    23 [[package]]
    28 [[package]]
    24 name = "aho-corasick"
    29 name = "aho-corasick"
    25 version = "0.7.19"
    30 version = "0.7.19"
    26 source = "registry+https://github.com/rust-lang/crates.io-index"
    31 source = "registry+https://github.com/rust-lang/crates.io-index"
   505  "wasi 0.11.0+wasi-snapshot-preview1",
   510  "wasi 0.11.0+wasi-snapshot-preview1",
   506 ]
   511 ]
   507 
   512 
   508 [[package]]
   513 [[package]]
   509 name = "hashbrown"
   514 name = "hashbrown"
   510 version = "0.9.1"
   515 version = "0.13.1"
   511 source = "registry+https://github.com/rust-lang/crates.io-index"
   516 source = "registry+https://github.com/rust-lang/crates.io-index"
   512 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
   517 checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
   513 dependencies = [
   518 dependencies = [
   514  "ahash",
   519  "ahash",
   515  "rayon",
   520  "rayon",
   516 ]
   521 ]
   517 
   522 
   809  "libc",
   814  "libc",
   810 ]
   815 ]
   811 
   816 
   812 [[package]]
   817 [[package]]
   813 name = "once_cell"
   818 name = "once_cell"
   814 version = "1.14.0"
   819 version = "1.16.0"
   815 source = "registry+https://github.com/rust-lang/crates.io-index"
   820 source = "registry+https://github.com/rust-lang/crates.io-index"
   816 checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
   821 checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
   817 
   822 
   818 [[package]]
   823 [[package]]
   819 name = "opaque-debug"
   824 name = "opaque-debug"
   820 version = "0.3.0"
   825 version = "0.3.0"
   821 source = "registry+https://github.com/rust-lang/crates.io-index"
   826 source = "registry+https://github.com/rust-lang/crates.io-index"