rust/Cargo.lock
changeset 51391 a96ed440450e
parent 51260 c4f1a790bda8
equal deleted inserted replaced
51390:92c7765931e0 51391:a96ed440450e
    25 source = "registry+https://github.com/rust-lang/crates.io-index"
    25 source = "registry+https://github.com/rust-lang/crates.io-index"
    26 checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
    26 checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
    27 dependencies = [
    27 dependencies = [
    28  "memchr",
    28  "memchr",
    29 ]
    29 ]
       
    30 
       
    31 [[package]]
       
    32 name = "android-tzdata"
       
    33 version = "0.1.1"
       
    34 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    35 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
    30 
    36 
    31 [[package]]
    37 [[package]]
    32 name = "android_system_properties"
    38 name = "android_system_properties"
    33 version = "0.1.5"
    39 version = "0.1.5"
    34 source = "registry+https://github.com/rust-lang/crates.io-index"
    40 source = "registry+https://github.com/rust-lang/crates.io-index"
   146 source = "registry+https://github.com/rust-lang/crates.io-index"
   152 source = "registry+https://github.com/rust-lang/crates.io-index"
   147 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
   153 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
   148 
   154 
   149 [[package]]
   155 [[package]]
   150 name = "chrono"
   156 name = "chrono"
   151 version = "0.4.23"
   157 version = "0.4.34"
   152 source = "registry+https://github.com/rust-lang/crates.io-index"
   158 source = "registry+https://github.com/rust-lang/crates.io-index"
   153 checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
   159 checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
   154 dependencies = [
   160 dependencies = [
       
   161  "android-tzdata",
   155  "iana-time-zone",
   162  "iana-time-zone",
   156  "js-sys",
   163  "js-sys",
   157  "num-integer",
       
   158  "num-traits",
   164  "num-traits",
   159  "time",
       
   160  "wasm-bindgen",
   165  "wasm-bindgen",
   161  "winapi",
   166  "windows-targets",
   162 ]
   167 ]
   163 
   168 
   164 [[package]]
   169 [[package]]
   165 name = "clap"
   170 name = "clap"
   166 version = "4.0.24"
   171 version = "4.0.24"
   535 dependencies = [
   540 dependencies = [
   536  "bitflags",
   541  "bitflags",
   537  "bitvec",
   542  "bitvec",
   538  "byteorder",
   543  "byteorder",
   539  "bytes-cast",
   544  "bytes-cast",
       
   545  "chrono",
   540  "clap",
   546  "clap",
   541  "crossbeam-channel",
   547  "crossbeam-channel",
   542  "derive_more",
   548  "derive_more",
   543  "flate2",
   549  "flate2",
   544  "format-bytes",
   550  "format-bytes",
   793 dependencies = [
   799 dependencies = [
   794  "memchr",
   800  "memchr",
   795 ]
   801 ]
   796 
   802 
   797 [[package]]
   803 [[package]]
   798 name = "num-integer"
       
   799 version = "0.1.45"
       
   800 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   801 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
       
   802 dependencies = [
       
   803  "autocfg",
       
   804  "num-traits",
       
   805 ]
       
   806 
       
   807 [[package]]
       
   808 name = "num-traits"
   804 name = "num-traits"
   809 version = "0.2.15"
   805 version = "0.2.15"
   810 source = "registry+https://github.com/rust-lang/crates.io-index"
   806 source = "registry+https://github.com/rust-lang/crates.io-index"
   811 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
   807 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
   812 dependencies = [
   808 dependencies = [
  1287 dependencies = [
  1283 dependencies = [
  1288  "once_cell",
  1284  "once_cell",
  1289 ]
  1285 ]
  1290 
  1286 
  1291 [[package]]
  1287 [[package]]
  1292 name = "time"
       
  1293 version = "0.1.44"
       
  1294 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1295 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
       
  1296 dependencies = [
       
  1297  "libc",
       
  1298  "wasi 0.10.0+wasi-snapshot-preview1",
       
  1299  "winapi",
       
  1300 ]
       
  1301 
       
  1302 [[package]]
       
  1303 name = "toml"
  1288 name = "toml"
  1304 version = "0.6.0"
  1289 version = "0.6.0"
  1305 source = "registry+https://github.com/rust-lang/crates.io-index"
  1290 source = "registry+https://github.com/rust-lang/crates.io-index"
  1306 checksum = "4fb9d890e4dc9298b70f740f615f2e05b9db37dce531f6b24fb77ac993f9f217"
  1291 checksum = "4fb9d890e4dc9298b70f740f615f2e05b9db37dce531f6b24fb77ac993f9f217"
  1307 dependencies = [
  1292 dependencies = [
  1388 [[package]]
  1373 [[package]]
  1389 name = "wasi"
  1374 name = "wasi"
  1390 version = "0.9.0+wasi-snapshot-preview1"
  1375 version = "0.9.0+wasi-snapshot-preview1"
  1391 source = "registry+https://github.com/rust-lang/crates.io-index"
  1376 source = "registry+https://github.com/rust-lang/crates.io-index"
  1392 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  1377 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  1393 
       
  1394 [[package]]
       
  1395 name = "wasi"
       
  1396 version = "0.10.0+wasi-snapshot-preview1"
       
  1397 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1398 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
       
  1399 
  1378 
  1400 [[package]]
  1379 [[package]]
  1401 name = "wasi"
  1380 name = "wasi"
  1402 version = "0.11.0+wasi-snapshot-preview1"
  1381 version = "0.11.0+wasi-snapshot-preview1"
  1403 source = "registry+https://github.com/rust-lang/crates.io-index"
  1382 source = "registry+https://github.com/rust-lang/crates.io-index"
  1518 version = "0.4.0"
  1497 version = "0.4.0"
  1519 source = "registry+https://github.com/rust-lang/crates.io-index"
  1498 source = "registry+https://github.com/rust-lang/crates.io-index"
  1520 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1499 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1521 
  1500 
  1522 [[package]]
  1501 [[package]]
       
  1502 name = "windows-targets"
       
  1503 version = "0.52.0"
       
  1504 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1505 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
       
  1506 dependencies = [
       
  1507  "windows_aarch64_gnullvm",
       
  1508  "windows_aarch64_msvc",
       
  1509  "windows_i686_gnu",
       
  1510  "windows_i686_msvc",
       
  1511  "windows_x86_64_gnu",
       
  1512  "windows_x86_64_gnullvm",
       
  1513  "windows_x86_64_msvc",
       
  1514 ]
       
  1515 
       
  1516 [[package]]
       
  1517 name = "windows_aarch64_gnullvm"
       
  1518 version = "0.52.0"
       
  1519 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1520 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
       
  1521 
       
  1522 [[package]]
       
  1523 name = "windows_aarch64_msvc"
       
  1524 version = "0.52.0"
       
  1525 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1526 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
       
  1527 
       
  1528 [[package]]
       
  1529 name = "windows_i686_gnu"
       
  1530 version = "0.52.0"
       
  1531 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1532 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
       
  1533 
       
  1534 [[package]]
       
  1535 name = "windows_i686_msvc"
       
  1536 version = "0.52.0"
       
  1537 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1538 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
       
  1539 
       
  1540 [[package]]
       
  1541 name = "windows_x86_64_gnu"
       
  1542 version = "0.52.0"
       
  1543 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1544 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
       
  1545 
       
  1546 [[package]]
       
  1547 name = "windows_x86_64_gnullvm"
       
  1548 version = "0.52.0"
       
  1549 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1550 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
       
  1551 
       
  1552 [[package]]
       
  1553 name = "windows_x86_64_msvc"
       
  1554 version = "0.52.0"
       
  1555 source = "registry+https://github.com/rust-lang/crates.io-index"
       
  1556 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
       
  1557 
       
  1558 [[package]]
  1523 name = "wyz"
  1559 name = "wyz"
  1524 version = "0.5.1"
  1560 version = "0.5.1"
  1525 source = "registry+https://github.com/rust-lang/crates.io-index"
  1561 source = "registry+https://github.com/rust-lang/crates.io-index"
  1526 checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
  1562 checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
  1527 dependencies = [
  1563 dependencies = [