The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump serde_dhall from 0.9.0 to 0.10.0 (#316)

Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/Nadrieril/dhall-rust/releases)
- [Changelog](https://github.com/Nadrieril/dhall-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.9.0...serde_dhall-v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

authored by

dependabot-preview[bot]
dependabot-preview[bot]
and committed by
GitHub
ec0ebf68 4080f49b

+73 -306
+72 -305
Cargo.lock
··· 60 60 source = "registry+https://github.com/rust-lang/crates.io-index" 61 61 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 62 62 dependencies = [ 63 - "winapi 0.3.9", 63 + "winapi", 64 64 ] 65 65 66 66 [[package]] ··· 69 69 source = "registry+https://github.com/rust-lang/crates.io-index" 70 70 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 71 71 dependencies = [ 72 - "winapi 0.3.9", 72 + "winapi", 73 73 ] 74 74 75 75 [[package]] ··· 107 107 dependencies = [ 108 108 "hermit-abi", 109 109 "libc", 110 - "winapi 0.3.9", 110 + "winapi", 111 111 ] 112 112 113 113 [[package]] ··· 236 236 dependencies = [ 237 237 "eyre", 238 238 "kankyo", 239 - "reqwest 0.11.0", 239 + "reqwest", 240 240 "serde", 241 241 "serde_json", 242 242 "thiserror", 243 - "tokio 1.2.0", 243 + "tokio", 244 244 "tracing", 245 245 "tracing-futures", 246 246 ] ··· 268 268 "num-traits", 269 269 "serde", 270 270 "time", 271 - "winapi 0.3.9", 271 + "winapi", 272 272 ] 273 273 274 274 [[package]] ··· 374 374 375 375 [[package]] 376 376 name = "dhall" 377 - version = "0.9.0" 377 + version = "0.10.0" 378 378 source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "a7930c7ac2b3989a07a2a3400bf9f4bc1c65074f330e3ff22b372a4d386fabd0" 379 + checksum = "f0dc4d9d9848124c8c10f24e3696f86d5249d7d2dca8ca0556cff10f001d51e8" 380 380 dependencies = [ 381 381 "abnf_to_pest", 382 382 "annotate-snippets", 383 + "elsa", 383 384 "hex", 384 385 "itertools", 385 386 "lazy_static", ··· 389 390 "pest_consume", 390 391 "pest_generator", 391 392 "quote", 392 - "reqwest 0.10.10", 393 + "reqwest", 393 394 "serde", 394 395 "serde_cbor", 395 396 "sha2", ··· 445 446 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 446 447 447 448 [[package]] 449 + name = "elsa" 450 + version = "1.3.2" 451 + source = "registry+https://github.com/rust-lang/crates.io-index" 452 + checksum = "0daf12e2857c9485cb2386b18a9ecd5a17c7cee2fd10afb87d436b10ced678e7" 453 + dependencies = [ 454 + "stable_deref_trait", 455 + ] 456 + 457 + [[package]] 448 458 name = "encoding_rs" 449 459 version = "0.8.26" 450 460 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 551 561 ] 552 562 553 563 [[package]] 554 - name = "fuchsia-zircon" 555 - version = "0.3.3" 556 - source = "registry+https://github.com/rust-lang/crates.io-index" 557 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 558 - dependencies = [ 559 - "bitflags", 560 - "fuchsia-zircon-sys", 561 - ] 562 - 563 - [[package]] 564 - name = "fuchsia-zircon-sys" 565 - version = "0.3.3" 566 - source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 568 - 569 - [[package]] 570 564 name = "futures" 571 565 version = "0.3.9" 572 566 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 654 648 "futures-sink", 655 649 "futures-task", 656 650 "memchr", 657 - "pin-project-lite 0.2.3", 651 + "pin-project-lite", 658 652 "pin-utils", 659 653 "proc-macro-hack", 660 654 "proc-macro-nested", ··· 725 719 726 720 [[package]] 727 721 name = "h2" 728 - version = "0.2.7" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" 731 - dependencies = [ 732 - "bytes 0.5.6", 733 - "fnv", 734 - "futures-core", 735 - "futures-sink", 736 - "futures-util", 737 - "http", 738 - "indexmap", 739 - "slab", 740 - "tokio 0.2.24", 741 - "tokio-util 0.3.1", 742 - "tracing", 743 - "tracing-futures", 744 - ] 745 - 746 - [[package]] 747 - name = "h2" 748 722 version = "0.3.0" 749 723 source = "registry+https://github.com/rust-lang/crates.io-index" 750 724 checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5" ··· 757 731 "http", 758 732 "indexmap", 759 733 "slab", 760 - "tokio 1.2.0", 761 - "tokio-util 0.6.2", 734 + "tokio", 735 + "tokio-util", 762 736 "tracing", 763 737 "tracing-futures", 764 738 ] ··· 828 802 829 803 [[package]] 830 804 name = "http-body" 831 - version = "0.3.1" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" 834 - dependencies = [ 835 - "bytes 0.5.6", 836 - "http", 837 - ] 838 - 839 - [[package]] 840 - name = "http-body" 841 805 version = "0.4.0" 842 806 source = "registry+https://github.com/rust-lang/crates.io-index" 843 807 checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994" ··· 869 833 870 834 [[package]] 871 835 name = "hyper" 872 - version = "0.13.9" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" 875 - dependencies = [ 876 - "bytes 0.5.6", 877 - "futures-channel", 878 - "futures-core", 879 - "futures-util", 880 - "h2 0.2.7", 881 - "http", 882 - "http-body 0.3.1", 883 - "httparse", 884 - "httpdate", 885 - "itoa", 886 - "pin-project 1.0.4", 887 - "socket2", 888 - "tokio 0.2.24", 889 - "tower-service", 890 - "tracing", 891 - "want", 892 - ] 893 - 894 - [[package]] 895 - name = "hyper" 896 836 version = "0.14.2" 897 837 source = "registry+https://github.com/rust-lang/crates.io-index" 898 838 checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe" ··· 901 841 "futures-channel", 902 842 "futures-core", 903 843 "futures-util", 904 - "h2 0.3.0", 844 + "h2", 905 845 "http", 906 - "http-body 0.4.0", 846 + "http-body", 907 847 "httparse", 908 848 "httpdate", 909 849 "itoa", 910 850 "pin-project 1.0.4", 911 851 "socket2", 912 - "tokio 1.2.0", 852 + "tokio", 913 853 "tower-service", 914 854 "tracing", 915 855 "want", ··· 917 857 918 858 [[package]] 919 859 name = "hyper-tls" 920 - version = "0.4.3" 921 - source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" 923 - dependencies = [ 924 - "bytes 0.5.6", 925 - "hyper 0.13.9", 926 - "native-tls", 927 - "tokio 0.2.24", 928 - "tokio-tls", 929 - ] 930 - 931 - [[package]] 932 - name = "hyper-tls" 933 860 version = "0.5.0" 934 861 source = "registry+https://github.com/rust-lang/crates.io-index" 935 862 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 936 863 dependencies = [ 937 864 "bytes 1.0.0", 938 - "hyper 0.14.2", 865 + "hyper", 939 866 "native-tls", 940 - "tokio 1.2.0", 867 + "tokio", 941 868 "tokio-native-tls", 942 869 ] 943 870 ··· 987 914 ] 988 915 989 916 [[package]] 990 - name = "iovec" 991 - version = "0.1.4" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 994 - dependencies = [ 995 - "libc", 996 - ] 997 - 998 - [[package]] 999 917 name = "ipnet" 1000 918 version = "2.3.0" 1001 919 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1042 960 checksum = "325a11231fa70c1d1b562655db757cefb6022876d62f173831f35bd670ae0c40" 1043 961 1044 962 [[package]] 1045 - name = "kernel32-sys" 1046 - version = "0.2.2" 1047 - source = "registry+https://github.com/rust-lang/crates.io-index" 1048 - checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 1049 - dependencies = [ 1050 - "winapi 0.2.8", 1051 - "winapi-build", 1052 - ] 1053 - 1054 - [[package]] 1055 963 name = "lazy_static" 1056 964 version = "1.4.0" 1057 965 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1141 1049 "color-eyre", 1142 1050 "envy", 1143 1051 "pretty_env_logger", 1144 - "reqwest 0.11.0", 1052 + "reqwest", 1145 1053 "serde", 1146 1054 "serde_json", 1147 1055 "thiserror", 1148 - "tokio 1.2.0", 1056 + "tokio", 1149 1057 "tracing", 1150 1058 "tracing-futures", 1151 1059 ] ··· 1178 1086 1179 1087 [[package]] 1180 1088 name = "mio" 1181 - version = "0.6.23" 1182 - source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 1184 - dependencies = [ 1185 - "cfg-if 0.1.10", 1186 - "fuchsia-zircon", 1187 - "fuchsia-zircon-sys", 1188 - "iovec", 1189 - "kernel32-sys", 1190 - "libc", 1191 - "log", 1192 - "miow 0.2.2", 1193 - "net2", 1194 - "slab", 1195 - "winapi 0.2.8", 1196 - ] 1197 - 1198 - [[package]] 1199 - name = "mio" 1200 1089 version = "0.7.7" 1201 1090 source = "registry+https://github.com/rust-lang/crates.io-index" 1202 1091 checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7" 1203 1092 dependencies = [ 1204 1093 "libc", 1205 1094 "log", 1206 - "miow 0.3.6", 1095 + "miow", 1207 1096 "ntapi", 1208 - "winapi 0.3.9", 1209 - ] 1210 - 1211 - [[package]] 1212 - name = "miow" 1213 - version = "0.2.2" 1214 - source = "registry+https://github.com/rust-lang/crates.io-index" 1215 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 1216 - dependencies = [ 1217 - "kernel32-sys", 1218 - "net2", 1219 - "winapi 0.2.8", 1220 - "ws2_32-sys", 1097 + "winapi", 1221 1098 ] 1222 1099 1223 1100 [[package]] ··· 1227 1104 checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" 1228 1105 dependencies = [ 1229 1106 "socket2", 1230 - "winapi 0.3.9", 1107 + "winapi", 1231 1108 ] 1232 1109 1233 1110 [[package]] ··· 1267 1144 ] 1268 1145 1269 1146 [[package]] 1270 - name = "net2" 1271 - version = "0.2.37" 1272 - source = "registry+https://github.com/rust-lang/crates.io-index" 1273 - checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" 1274 - dependencies = [ 1275 - "cfg-if 0.1.10", 1276 - "libc", 1277 - "winapi 0.3.9", 1278 - ] 1279 - 1280 - [[package]] 1281 1147 name = "nom" 1282 1148 version = "5.1.2" 1283 1149 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1294 1160 source = "registry+https://github.com/rust-lang/crates.io-index" 1295 1161 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" 1296 1162 dependencies = [ 1297 - "winapi 0.3.9", 1163 + "winapi", 1298 1164 ] 1299 1165 1300 1166 [[package]] ··· 1411 1277 "libc", 1412 1278 "redox_syscall", 1413 1279 "smallvec", 1414 - "winapi 0.3.9", 1280 + "winapi", 1415 1281 ] 1416 1282 1417 1283 [[package]] ··· 1421 1287 "chrono", 1422 1288 "envy", 1423 1289 "pretty_env_logger", 1424 - "reqwest 0.11.0", 1290 + "reqwest", 1425 1291 "serde", 1426 1292 "serde_json", 1427 1293 "thiserror", 1428 - "tokio 1.2.0", 1294 + "tokio", 1429 1295 "tracing", 1430 1296 "tracing-futures", 1431 1297 ] ··· 1554 1420 "quote", 1555 1421 "syn", 1556 1422 ] 1557 - 1558 - [[package]] 1559 - name = "pin-project-lite" 1560 - version = "0.1.11" 1561 - source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" 1563 1423 1564 1424 [[package]] 1565 1425 name = "pin-project-lite" ··· 1791 1651 source = "registry+https://github.com/rust-lang/crates.io-index" 1792 1652 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 1793 1653 dependencies = [ 1794 - "winapi 0.3.9", 1795 - ] 1796 - 1797 - [[package]] 1798 - name = "reqwest" 1799 - version = "0.10.10" 1800 - source = "registry+https://github.com/rust-lang/crates.io-index" 1801 - checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" 1802 - dependencies = [ 1803 - "base64 0.13.0", 1804 - "bytes 0.5.6", 1805 - "encoding_rs", 1806 - "futures-core", 1807 - "futures-util", 1808 - "http", 1809 - "http-body 0.3.1", 1810 - "hyper 0.13.9", 1811 - "hyper-tls 0.4.3", 1812 - "ipnet", 1813 - "js-sys", 1814 - "lazy_static", 1815 - "log", 1816 - "mime", 1817 - "mime_guess", 1818 - "native-tls", 1819 - "percent-encoding", 1820 - "pin-project-lite 0.2.3", 1821 - "serde", 1822 - "serde_urlencoded", 1823 - "tokio 0.2.24", 1824 - "tokio-tls", 1825 - "url", 1826 - "wasm-bindgen", 1827 - "wasm-bindgen-futures", 1828 - "web-sys", 1829 - "winreg", 1654 + "winapi", 1830 1655 ] 1831 1656 1832 1657 [[package]] ··· 1841 1666 "futures-core", 1842 1667 "futures-util", 1843 1668 "http", 1844 - "http-body 0.4.0", 1845 - "hyper 0.14.2", 1846 - "hyper-tls 0.5.0", 1669 + "http-body", 1670 + "hyper", 1671 + "hyper-tls", 1847 1672 "ipnet", 1848 1673 "js-sys", 1849 1674 "lazy_static", ··· 1851 1676 "mime", 1852 1677 "native-tls", 1853 1678 "percent-encoding", 1854 - "pin-project-lite 0.2.3", 1679 + "pin-project-lite", 1855 1680 "serde", 1856 1681 "serde_json", 1857 1682 "serde_urlencoded", 1858 - "tokio 1.2.0", 1683 + "tokio", 1859 1684 "tokio-native-tls", 1860 1685 "url", 1861 1686 "wasm-bindgen", ··· 1903 1728 checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" 1904 1729 dependencies = [ 1905 1730 "lazy_static", 1906 - "winapi 0.3.9", 1731 + "winapi", 1907 1732 ] 1908 1733 1909 1734 [[package]] ··· 1979 1804 1980 1805 [[package]] 1981 1806 name = "serde_dhall" 1982 - version = "0.9.0" 1807 + version = "0.10.0" 1983 1808 source = "registry+https://github.com/rust-lang/crates.io-index" 1984 - checksum = "f80d945a711c648e559c4d39832379f36a303d393fca4719080de51701266f38" 1809 + checksum = "e01dfb806cc18b2cc347254781948862dba85e6fc2cf300b6cb321fa8fed9137" 1985 1810 dependencies = [ 1986 1811 "dhall", 1987 1812 "dhall_proc_macros", ··· 2119 1944 dependencies = [ 2120 1945 "cfg-if 1.0.0", 2121 1946 "libc", 2122 - "winapi 0.3.9", 1947 + "winapi", 2123 1948 ] 2124 1949 2125 1950 [[package]] 1951 + name = "stable_deref_trait" 1952 + version = "1.2.0" 1953 + source = "registry+https://github.com/rust-lang/crates.io-index" 1954 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1955 + 1956 + [[package]] 2126 1957 name = "static_assertions" 2127 1958 version = "1.1.0" 2128 1959 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2156 1987 "rand 0.7.3", 2157 1988 "redox_syscall", 2158 1989 "remove_dir_all", 2159 - "winapi 0.3.9", 1990 + "winapi", 2160 1991 ] 2161 1992 2162 1993 [[package]] ··· 2214 2045 dependencies = [ 2215 2046 "libc", 2216 2047 "wasi 0.10.0+wasi-snapshot-preview1", 2217 - "winapi 0.3.9", 2048 + "winapi", 2218 2049 ] 2219 2050 2220 2051 [[package]] ··· 2234 2065 2235 2066 [[package]] 2236 2067 name = "tokio" 2237 - version = "0.2.24" 2238 - source = "registry+https://github.com/rust-lang/crates.io-index" 2239 - checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48" 2240 - dependencies = [ 2241 - "bytes 0.5.6", 2242 - "fnv", 2243 - "futures-core", 2244 - "iovec", 2245 - "lazy_static", 2246 - "memchr", 2247 - "mio 0.6.23", 2248 - "num_cpus", 2249 - "pin-project-lite 0.1.11", 2250 - "slab", 2251 - ] 2252 - 2253 - [[package]] 2254 - name = "tokio" 2255 2068 version = "1.2.0" 2256 2069 source = "registry+https://github.com/rust-lang/crates.io-index" 2257 2070 checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" ··· 2260 2073 "bytes 1.0.0", 2261 2074 "libc", 2262 2075 "memchr", 2263 - "mio 0.7.7", 2076 + "mio", 2264 2077 "num_cpus", 2265 2078 "once_cell", 2266 2079 "parking_lot", 2267 - "pin-project-lite 0.2.3", 2080 + "pin-project-lite", 2268 2081 "signal-hook-registry", 2269 2082 "tokio-macros", 2270 - "winapi 0.3.9", 2083 + "winapi", 2271 2084 ] 2272 2085 2273 2086 [[package]] ··· 2288 2101 checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 2289 2102 dependencies = [ 2290 2103 "native-tls", 2291 - "tokio 1.2.0", 2104 + "tokio", 2292 2105 ] 2293 2106 2294 2107 [[package]] ··· 2298 2111 checksum = "76066865172052eb8796c686f0b441a93df8b08d40a950b062ffb9a426f00edd" 2299 2112 dependencies = [ 2300 2113 "futures-core", 2301 - "pin-project-lite 0.2.3", 2302 - "tokio 1.2.0", 2303 - ] 2304 - 2305 - [[package]] 2306 - name = "tokio-tls" 2307 - version = "0.3.1" 2308 - source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" 2310 - dependencies = [ 2311 - "native-tls", 2312 - "tokio 0.2.24", 2114 + "pin-project-lite", 2115 + "tokio", 2313 2116 ] 2314 2117 2315 2118 [[package]] ··· 2321 2124 "futures-util", 2322 2125 "log", 2323 2126 "pin-project 1.0.4", 2324 - "tokio 1.2.0", 2127 + "tokio", 2325 2128 "tungstenite", 2326 2129 ] 2327 2130 2328 2131 [[package]] 2329 2132 name = "tokio-util" 2330 - version = "0.3.1" 2331 - source = "registry+https://github.com/rust-lang/crates.io-index" 2332 - checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" 2333 - dependencies = [ 2334 - "bytes 0.5.6", 2335 - "futures-core", 2336 - "futures-sink", 2337 - "log", 2338 - "pin-project-lite 0.1.11", 2339 - "tokio 0.2.24", 2340 - ] 2341 - 2342 - [[package]] 2343 - name = "tokio-util" 2344 2133 version = "0.6.2" 2345 2134 source = "registry+https://github.com/rust-lang/crates.io-index" 2346 2135 checksum = "feb971a26599ffd28066d387f109746df178eff14d5ea1e235015c5601967a4b" ··· 2350 2139 "futures-core", 2351 2140 "futures-sink", 2352 2141 "log", 2353 - "pin-project-lite 0.2.3", 2354 - "tokio 1.2.0", 2142 + "pin-project-lite", 2143 + "tokio", 2355 2144 "tokio-stream", 2356 2145 ] 2357 2146 ··· 2369 2158 dependencies = [ 2370 2159 "cfg-if 1.0.0", 2371 2160 "log", 2372 - "pin-project-lite 0.2.3", 2161 + "pin-project-lite", 2373 2162 "tracing-attributes", 2374 2163 "tracing-core", 2375 2164 ] ··· 2636 2425 "futures", 2637 2426 "headers", 2638 2427 "http", 2639 - "hyper 0.14.2", 2428 + "hyper", 2640 2429 "log", 2641 2430 "mime", 2642 2431 "mime_guess", ··· 2647 2436 "serde", 2648 2437 "serde_json", 2649 2438 "serde_urlencoded", 2650 - "tokio 1.2.0", 2439 + "tokio", 2651 2440 "tokio-stream", 2652 2441 "tokio-tungstenite", 2653 - "tokio-util 0.6.2", 2442 + "tokio-util", 2654 2443 "tower-service", 2655 2444 "tracing", 2656 2445 "tracing-futures", ··· 2748 2537 2749 2538 [[package]] 2750 2539 name = "winapi" 2751 - version = "0.2.8" 2752 - source = "registry+https://github.com/rust-lang/crates.io-index" 2753 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 2754 - 2755 - [[package]] 2756 - name = "winapi" 2757 2540 version = "0.3.9" 2758 2541 source = "registry+https://github.com/rust-lang/crates.io-index" 2759 2542 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" ··· 2763 2546 ] 2764 2547 2765 2548 [[package]] 2766 - name = "winapi-build" 2767 - version = "0.1.1" 2768 - source = "registry+https://github.com/rust-lang/crates.io-index" 2769 - checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 2770 - 2771 - [[package]] 2772 2549 name = "winapi-i686-pc-windows-gnu" 2773 2550 version = "0.4.0" 2774 2551 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2780 2557 source = "registry+https://github.com/rust-lang/crates.io-index" 2781 2558 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2782 2559 dependencies = [ 2783 - "winapi 0.3.9", 2560 + "winapi", 2784 2561 ] 2785 2562 2786 2563 [[package]] ··· 2795 2572 source = "registry+https://github.com/rust-lang/crates.io-index" 2796 2573 checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 2797 2574 dependencies = [ 2798 - "winapi 0.3.9", 2799 - ] 2800 - 2801 - [[package]] 2802 - name = "ws2_32-sys" 2803 - version = "0.2.1" 2804 - source = "registry+https://github.com/rust-lang/crates.io-index" 2805 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 2806 - dependencies = [ 2807 - "winapi 0.2.8", 2808 - "winapi-build", 2575 + "winapi", 2809 2576 ] 2810 2577 2811 2578 [[package]] ··· 2827 2594 "futures", 2828 2595 "glob", 2829 2596 "go_vanity", 2830 - "hyper 0.14.2", 2597 + "hyper", 2831 2598 "jsonfeed", 2832 2599 "kankyo", 2833 2600 "lazy_static", ··· 2839 2606 "pretty_env_logger", 2840 2607 "prometheus", 2841 2608 "rand 0.8.2", 2842 - "reqwest 0.11.0", 2609 + "reqwest", 2843 2610 "ructe", 2844 2611 "sdnotify", 2845 2612 "serde", ··· 2848 2615 "serde_yaml", 2849 2616 "sitemap", 2850 2617 "thiserror", 2851 - "tokio 1.2.0", 2618 + "tokio", 2852 2619 "tracing", 2853 2620 "tracing-futures", 2854 2621 "tracing-subscriber",
+1 -1
Cargo.toml
··· 24 24 rand = "0" 25 25 reqwest = { version = "0.11", features = ["json"] } 26 26 sdnotify = { version = "0.1", default-features = false } 27 - serde_dhall = "0.9.0" 27 + serde_dhall = "0.10.0" 28 28 serde = { version = "1", features = ["derive"] } 29 29 serde_yaml = "0.8" 30 30 sitemap = "0.4"