diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index bf937d205..fd1fb5ea5 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -268,7 +268,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
268 | dependencies = [ | 268 | dependencies = [ |
269 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 269 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
270 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 270 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
271 | "syn 0.15.16 (registry+https://github.com/rust-lang/crates.io-index)", | 271 | "syn 0.15.17 (registry+https://github.com/rust-lang/crates.io-index)", |
272 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 272 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | ] | 273 | ] |
274 | 274 | ||
@@ -484,7 +484,7 @@ dependencies = [ | |||
484 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 484 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
485 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 485 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
486 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 486 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
487 | "syn 0.15.16 (registry+https://github.com/rust-lang/crates.io-index)", | 487 | "syn 0.15.17 (registry+https://github.com/rust-lang/crates.io-index)", |
488 | ] | 488 | ] |
489 | 489 | ||
490 | [[package]] | 490 | [[package]] |
@@ -608,7 +608,7 @@ dependencies = [ | |||
608 | "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 608 | "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
609 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 609 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
610 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 610 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
611 | "salsa 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 611 | "salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
612 | "test_utils 0.1.0", | 612 | "test_utils 0.1.0", |
613 | ] | 613 | ] |
614 | 614 | ||
@@ -836,7 +836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
836 | 836 | ||
837 | [[package]] | 837 | [[package]] |
838 | name = "salsa" | 838 | name = "salsa" |
839 | version = "0.7.0" | 839 | version = "0.8.0" |
840 | source = "registry+https://github.com/rust-lang/crates.io-index" | 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
841 | dependencies = [ | 841 | dependencies = [ |
842 | "derive-new 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | 842 | "derive-new 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -890,7 +890,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
890 | dependencies = [ | 890 | dependencies = [ |
891 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 891 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
892 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 892 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
893 | "syn 0.15.16 (registry+https://github.com/rust-lang/crates.io-index)", | 893 | "syn 0.15.17 (registry+https://github.com/rust-lang/crates.io-index)", |
894 | ] | 894 | ] |
895 | 895 | ||
896 | [[package]] | 896 | [[package]] |
@@ -965,7 +965,7 @@ dependencies = [ | |||
965 | 965 | ||
966 | [[package]] | 966 | [[package]] |
967 | name = "syn" | 967 | name = "syn" |
968 | version = "0.15.16" | 968 | version = "0.15.17" |
969 | source = "registry+https://github.com/rust-lang/crates.io-index" | 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
970 | dependencies = [ | 970 | dependencies = [ |
971 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 971 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -980,7 +980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
980 | dependencies = [ | 980 | dependencies = [ |
981 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | "syn 0.15.16 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "syn 0.15.17 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | ] | 985 | ] |
986 | 986 | ||
@@ -995,7 +995,7 @@ dependencies = [ | |||
995 | 995 | ||
996 | [[package]] | 996 | [[package]] |
997 | name = "tera" | 997 | name = "tera" |
998 | version = "0.11.18" | 998 | version = "0.11.19" |
999 | source = "registry+https://github.com/rust-lang/crates.io-index" | 999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1000 | dependencies = [ | 1000 | dependencies = [ |
1001 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1001 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1021,7 +1021,7 @@ dependencies = [ | |||
1021 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1021 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1022 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1022 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1023 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1023 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1024 | "tera 0.11.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1024 | "tera 0.11.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1025 | ] | 1025 | ] |
1026 | 1026 | ||
1027 | [[package]] | 1027 | [[package]] |
@@ -1352,7 +1352,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1352 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1352 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1353 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" | 1353 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" |
1354 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | 1354 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
1355 | "checksum salsa 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef0f1fb2a01d4579b6658343b1b5431a72c62c186ebb9b40bd6cd3078c7afecf" | 1355 | "checksum salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e56b13ce9b2bfaa1c89863d76880838c0734de85beeaef437fd70d4fa7e253d3" |
1356 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 1356 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
1357 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1357 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1358 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1358 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
@@ -1368,10 +1368,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1368 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1368 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1369 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 1369 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |
1370 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" | 1370 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" |
1371 | "checksum syn 0.15.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0b78d53b5e1b6e63129140b1336877c3bddbae398c7956150396bdad0e28676c" | 1371 | "checksum syn 0.15.17 (registry+https://github.com/rust-lang/crates.io-index)" = "3391038ebc3e4ab24eb028cb0ef2f2dc4ba0cbf72ee895ed6a6fad730640b5bc" |
1372 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 1372 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
1373 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1373 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
1374 | "checksum tera 0.11.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6c87cae42cc4fc480278c7583792cc5da2d51a25be916b7921cbb45c43063b8d" | 1374 | "checksum tera 0.11.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac6d8ad623a7efcfb4367ce2a36f84ef849d5aa3c7bcf2e0324c4cbcc57ebaf" |
1375 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | 1375 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" |
1376 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 1376 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
1377 | "checksum text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8009d7bdbd896a7e09b595f8f9325a19047fc708653e60d0895202b82135048f" | 1377 | "checksum text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8009d7bdbd896a7e09b595f8f9325a19047fc708653e60d0895202b82135048f" |