diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 707257a31..79da84ebc 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -794,7 +794,7 @@ dependencies = [ | |||
794 | 794 | ||
795 | [[package]] | 795 | [[package]] |
796 | name = "ron" | 796 | name = "ron" |
797 | version = "0.3.0" | 797 | version = "0.4.0" |
798 | source = "registry+https://github.com/rust-lang/crates.io-index" | 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
799 | dependencies = [ | 799 | dependencies = [ |
800 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 800 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1003,7 +1003,7 @@ dependencies = [ | |||
1003 | 1003 | ||
1004 | [[package]] | 1004 | [[package]] |
1005 | name = "tera" | 1005 | name = "tera" |
1006 | version = "0.11.17" | 1006 | version = "0.11.18" |
1007 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1008 | dependencies = [ | 1008 | dependencies = [ |
1009 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1009 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1022,6 +1022,17 @@ dependencies = [ | |||
1022 | ] | 1022 | ] |
1023 | 1023 | ||
1024 | [[package]] | 1024 | [[package]] |
1025 | name = "teraron" | ||
1026 | version = "0.0.1" | ||
1027 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1028 | dependencies = [ | ||
1029 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1030 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1031 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1032 | "tera 0.11.18 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1033 | ] | ||
1034 | |||
1035 | [[package]] | ||
1025 | name = "termion" | 1036 | name = "termion" |
1026 | version = "1.5.1" | 1037 | version = "1.5.1" |
1027 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1080,10 +1091,8 @@ version = "0.1.0" | |||
1080 | dependencies = [ | 1091 | dependencies = [ |
1081 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1092 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1083 | "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1084 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1085 | "ron 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1086 | "tera 0.11.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1087 | "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1096 | "walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | ] | 1097 | ] |
1089 | 1098 | ||
@@ -1345,7 +1354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1345 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" | 1354 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" |
1346 | "checksum relative-path 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e614f96449605730b4f7ad2c019e88c1652d730634b4eba07b810801856635e3" | 1355 | "checksum relative-path 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e614f96449605730b4f7ad2c019e88c1652d730634b4eba07b810801856635e3" |
1347 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1356 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1348 | "checksum ron 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fa11b7a38511d46ff1959ae46ebb60bd8a746f17bdd0206b4c8de7559ac47b" | 1357 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" |
1349 | "checksum rowan 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a1a7366ece9deee5e7df8316a136d585d5c5042854c2297f7f1aee3014c9130" | 1358 | "checksum rowan 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a1a7366ece9deee5e7df8316a136d585d5c5042854c2297f7f1aee3014c9130" |
1350 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" | 1359 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" |
1351 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1360 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
@@ -1371,7 +1380,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1371 | "checksum syn 0.15.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b036b7b35e846707c0e55c2c9441fa47867c0f87fca416921db3261b1d8c741a" | 1380 | "checksum syn 0.15.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b036b7b35e846707c0e55c2c9441fa47867c0f87fca416921db3261b1d8c741a" |
1372 | "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" | 1381 | "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" |
1373 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1382 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
1374 | "checksum tera 0.11.17 (registry+https://github.com/rust-lang/crates.io-index)" = "2829d259c4699fbbe8acb353d231e6da31ff4301c52244413ed29ff6093da412" | 1383 | "checksum tera 0.11.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6c87cae42cc4fc480278c7583792cc5da2d51a25be916b7921cbb45c43063b8d" |
1384 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | ||
1375 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 1385 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
1376 | "checksum text_unit 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc86da66d0b9aa8d359b0ec31b4342c6bc52637eadef05b91b098551a9f8e9" | 1386 | "checksum text_unit 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc86da66d0b9aa8d359b0ec31b4342c6bc52637eadef05b91b098551a9f8e9" |
1377 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | 1387 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |