rust/Cargo.lock
branchstable
changeset 49581 04f1dba53c96
parent 49520 eb02decdf0ab
child 49635 a5447a4a8c5d
child 50100 812a9fbf4380
equal deleted inserted replaced
49580:08fe5c4d4471 49581:04f1dba53c96
   477  "rayon",
   477  "rayon",
   478  "regex",
   478  "regex",
   479  "same-file",
   479  "same-file",
   480  "sha-1 0.10.0",
   480  "sha-1 0.10.0",
   481  "tempfile",
   481  "tempfile",
       
   482  "thread_local",
   482  "twox-hash",
   483  "twox-hash",
   483  "zstd",
   484  "zstd",
   484 ]
   485 ]
   485 
   486 
   486 [[package]]
   487 [[package]]
  1118 dependencies = [
  1119 dependencies = [
  1119  "unicode-width",
  1120  "unicode-width",
  1120 ]
  1121 ]
  1121 
  1122 
  1122 [[package]]
  1123 [[package]]
       
  1124 name = "thread_local"
       
  1125 version = "1.1.4"
       
  1126 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1127 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
       
  1128 dependencies = [
       
  1129  "once_cell",
       
  1130 ]
       
  1131 
       
  1132 [[package]]
  1123 name = "time"
  1133 name = "time"
  1124 version = "0.1.44"
  1134 version = "0.1.44"
  1125 source = "registry+https://github.com/rust-lang/crates.io-index"
  1135 source = "registry+https://github.com/rust-lang/crates.io-index"
  1126 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  1136 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  1127 dependencies = [
  1137 dependencies = [