rev. c0b00f120b2294b4133c26e53e151644b700bd2b
@@ -1,1 +45,45 @@
1 1 | # This file is automatically @generated by Cargo.
|
2 2 | # It is not intended for manual editing.
|
3 3 | version = 4
|
4 4 |
|
5 5 | [[package]]
|
6 6 | name = "adler2"
|
7 7 | version = "2.0.1"
|
8 8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
10 10 |
|
11 11 | [[package]]
|
12 12 | name = "aho-corasick"
|
13 - | version = "1.1.3"
|
13 + | version = "1.1.4"
|
14 14 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
15 - | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
15 + | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
16 16 | dependencies = [
|
17 17 | "memchr",
|
18 18 | ]
|
19 19 |
|
20 20 | [[package]]
|
21 21 | name = "allocator-api2"
|
22 22 | version = "0.2.21"
|
23 23 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 24 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
25 25 |
|
26 26 | [[package]]
|
27 27 | name = "anes"
|
28 28 | version = "0.1.6"
|
29 29 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
30 30 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
31 31 |
|
32 32 | [[package]]
|
33 33 | name = "anstyle"
|
34 34 | version = "1.0.13"
|
35 35 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
36 36 | checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
37 37 |
|
38 38 | [[package]]
|
39 39 | name = "approx"
|
40 40 | version = "0.5.1"
|
41 41 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
42 42 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
43 43 | dependencies = [
|
44 44 | "num-traits",
|
45 45 | ]
|
@@ -1203,1203 +1263,1263 @@
1203 1203 | "proptest",
|
1204 1204 | "tokio",
|
1205 1205 | "tracing",
|
1206 1206 | ]
|
1207 1207 |
|
1208 1208 | [[package]]
|
1209 1209 | name = "aws-smithy-http-client"
|
1210 1210 | version = "1.1.4"
|
1211 1211 | dependencies = [
|
1212 1212 | "aws-smithy-async",
|
1213 1213 | "aws-smithy-protocol-test",
|
1214 1214 | "aws-smithy-runtime-api",
|
1215 1215 | "aws-smithy-types",
|
1216 1216 | "base64 0.22.1",
|
1217 1217 | "bytes",
|
1218 1218 | "h2 0.3.27",
|
1219 1219 | "h2 0.4.12",
|
1220 1220 | "http 0.2.12",
|
1221 1221 | "http 1.3.1",
|
1222 1222 | "http-body 0.4.6",
|
1223 1223 | "http-body 1.0.1",
|
1224 1224 | "http-body-util",
|
1225 1225 | "hyper 0.14.32",
|
1226 1226 | "hyper 1.7.0",
|
1227 1227 | "hyper-rustls 0.24.2",
|
1228 1228 | "hyper-rustls 0.27.7",
|
1229 1229 | "hyper-util",
|
1230 1230 | "indexmap",
|
1231 1231 | "pin-project-lite",
|
1232 1232 | "rustls 0.21.12",
|
1233 - | "rustls 0.23.33",
|
1233 + | "rustls 0.23.34",
|
1234 1234 | "rustls-native-certs 0.8.2",
|
1235 1235 | "rustls-pemfile 2.2.0",
|
1236 1236 | "rustls-pki-types",
|
1237 1237 | "s2n-tls",
|
1238 1238 | "s2n-tls-hyper",
|
1239 1239 | "s2n-tls-tokio",
|
1240 1240 | "serde",
|
1241 1241 | "serde_json",
|
1242 1242 | "serial_test",
|
1243 1243 | "tokio",
|
1244 1244 | "tokio-rustls 0.26.4",
|
1245 1245 | "tower",
|
1246 1246 | "tracing",
|
1247 1247 | ]
|
1248 1248 |
|
1249 1249 | [[package]]
|
1250 1250 | name = "aws-smithy-json"
|
1251 1251 | version = "0.61.7"
|
1252 1252 | dependencies = [
|
1253 1253 | "aws-smithy-types",
|
1254 1254 | "proptest",
|
1255 1255 | "serde_json",
|
1256 1256 | ]
|
1257 1257 |
|
1258 1258 | [[package]]
|
1259 1259 | name = "aws-smithy-mocks"
|
1260 1260 | version = "0.2.0"
|
1261 1261 | dependencies = [
|
1262 1262 | "aws-smithy-async",
|
1263 1263 | "aws-smithy-http-client",
|
@@ -1592,1592 +1654,1654 @@
1592 1592 | "either",
|
1593 1593 | ]
|
1594 1594 |
|
1595 1595 | [[package]]
|
1596 1596 | name = "cast"
|
1597 1597 | version = "0.3.0"
|
1598 1598 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1599 1599 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
1600 1600 |
|
1601 1601 | [[package]]
|
1602 1602 | name = "cbor-diag"
|
1603 1603 | version = "0.1.12"
|
1604 1604 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1605 1605 | checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
|
1606 1606 | dependencies = [
|
1607 1607 | "bs58",
|
1608 1608 | "chrono",
|
1609 1609 | "data-encoding",
|
1610 1610 | "half",
|
1611 1611 | "nom",
|
1612 1612 | "num-bigint",
|
1613 1613 | "num-rational",
|
1614 1614 | "num-traits",
|
1615 1615 | "separator",
|
1616 1616 | "url",
|
1617 1617 | "uuid",
|
1618 1618 | ]
|
1619 1619 |
|
1620 1620 | [[package]]
|
1621 1621 | name = "cc"
|
1622 - | version = "1.2.41"
|
1622 + | version = "1.2.43"
|
1623 1623 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1624 - | checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
|
1624 + | checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
|
1625 1625 | dependencies = [
|
1626 1626 | "find-msvc-tools",
|
1627 1627 | "jobserver",
|
1628 1628 | "libc",
|
1629 1629 | "shlex",
|
1630 1630 | ]
|
1631 1631 |
|
1632 1632 | [[package]]
|
1633 1633 | name = "cexpr"
|
1634 1634 | version = "0.6.0"
|
1635 1635 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1636 1636 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
1637 1637 | dependencies = [
|
1638 1638 | "nom",
|
1639 1639 | ]
|
1640 1640 |
|
1641 1641 | [[package]]
|
1642 1642 | name = "cfg-if"
|
1643 1643 | version = "1.0.4"
|
1644 1644 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1645 1645 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
1646 1646 |
|
1647 1647 | [[package]]
|
1648 1648 | name = "chrono"
|
1649 1649 | version = "0.4.42"
|
1650 1650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1651 1651 | checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
1652 1652 | dependencies = [
|
1653 1653 | "num-traits",
|
1654 1654 | ]
|
@@ -1928,1928 +1990,1990 @@
1928 1928 | ]
|
1929 1929 |
|
1930 1930 | [[package]]
|
1931 1931 | name = "crypto-common"
|
1932 1932 | version = "0.1.6"
|
1933 1933 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1934 1934 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
1935 1935 | dependencies = [
|
1936 1936 | "generic-array",
|
1937 1937 | "typenum",
|
1938 1938 | ]
|
1939 1939 |
|
1940 1940 | [[package]]
|
1941 1941 | name = "data-encoding"
|
1942 1942 | version = "2.9.0"
|
1943 1943 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1944 1944 | checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
1945 1945 |
|
1946 1946 | [[package]]
|
1947 1947 | name = "der"
|
1948 1948 | version = "0.6.1"
|
1949 1949 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1950 1950 | checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
1951 1951 | dependencies = [
|
1952 1952 | "const-oid",
|
1953 1953 | "zeroize",
|
1954 1954 | ]
|
1955 1955 |
|
1956 1956 | [[package]]
|
1957 1957 | name = "deranged"
|
1958 - | version = "0.5.4"
|
1958 + | version = "0.5.5"
|
1959 1959 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1960 - | checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
|
1960 + | checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
1961 1961 | dependencies = [
|
1962 1962 | "powerfmt",
|
1963 1963 | ]
|
1964 1964 |
|
1965 1965 | [[package]]
|
1966 1966 | name = "derive_arbitrary"
|
1967 1967 | version = "1.4.2"
|
1968 1968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1969 1969 | checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
1970 1970 | dependencies = [
|
1971 1971 | "proc-macro2",
|
1972 1972 | "quote",
|
1973 1973 | "syn",
|
1974 1974 | ]
|
1975 1975 |
|
1976 1976 | [[package]]
|
1977 1977 | name = "diff"
|
1978 1978 | version = "0.1.13"
|
1979 1979 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1980 1980 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
1981 1981 |
|
1982 1982 | [[package]]
|
1983 1983 | name = "digest"
|
1984 1984 | version = "0.10.7"
|
1985 1985 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
1986 1986 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
1987 1987 | dependencies = [
|
1988 1988 | "block-buffer",
|
1989 1989 | "crypto-common",
|
1990 1990 | "subtle",
|
@@ -2117,2117 +2179,2179 @@
2117 2117 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2118 2118 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2119 2119 | dependencies = [
|
2120 2120 | "instant",
|
2121 2121 | ]
|
2122 2122 |
|
2123 2123 | [[package]]
|
2124 2124 | name = "fastrand"
|
2125 2125 | version = "2.3.0"
|
2126 2126 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2127 2127 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2128 2128 |
|
2129 2129 | [[package]]
|
2130 2130 | name = "ff"
|
2131 2131 | version = "0.12.1"
|
2132 2132 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2133 2133 | checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
2134 2134 | dependencies = [
|
2135 2135 | "rand_core 0.6.4",
|
2136 2136 | "subtle",
|
2137 2137 | ]
|
2138 2138 |
|
2139 2139 | [[package]]
|
2140 2140 | name = "find-msvc-tools"
|
2141 2141 | version = "0.1.4"
|
2142 2142 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2143 2143 | checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
2144 2144 |
|
2145 2145 | [[package]]
|
2146 2146 | name = "flate2"
|
2147 - | version = "1.1.4"
|
2147 + | version = "1.1.5"
|
2148 2148 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2149 - | checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
|
2149 + | checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
2150 2150 | dependencies = [
|
2151 2151 | "crc32fast",
|
2152 2152 | "miniz_oxide",
|
2153 2153 | ]
|
2154 2154 |
|
2155 2155 | [[package]]
|
2156 2156 | name = "fnv"
|
2157 2157 | version = "1.0.7"
|
2158 2158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2159 2159 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2160 2160 |
|
2161 2161 | [[package]]
|
2162 2162 | name = "foldhash"
|
2163 2163 | version = "0.1.5"
|
2164 2164 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2165 2165 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
2166 2166 |
|
2167 2167 | [[package]]
|
2168 2168 | name = "form_urlencoded"
|
2169 2169 | version = "1.2.2"
|
2170 2170 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2171 2171 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
2172 2172 | dependencies = [
|
2173 2173 | "percent-encoding",
|
2174 2174 | ]
|
2175 2175 |
|
2176 2176 | [[package]]
|
2177 2177 | name = "fs_extra"
|
2178 2178 | version = "1.3.0"
|
2179 2179 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2643,2643 +2815,2810 @@
2643 2643 | "tokio",
|
2644 2644 | "want",
|
2645 2645 | ]
|
2646 2646 |
|
2647 2647 | [[package]]
|
2648 2648 | name = "hyper-rustls"
|
2649 2649 | version = "0.24.2"
|
2650 2650 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2651 2651 | checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2652 2652 | dependencies = [
|
2653 2653 | "futures-util",
|
2654 2654 | "http 0.2.12",
|
2655 2655 | "hyper 0.14.32",
|
2656 2656 | "log",
|
2657 2657 | "rustls 0.21.12",
|
2658 2658 | "rustls-native-certs 0.6.3",
|
2659 2659 | "tokio",
|
2660 2660 | "tokio-rustls 0.24.1",
|
2661 2661 | "webpki-roots",
|
2662 2662 | ]
|
2663 2663 |
|
2664 2664 | [[package]]
|
2665 2665 | name = "hyper-rustls"
|
2666 2666 | version = "0.27.7"
|
2667 2667 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2668 2668 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
2669 2669 | dependencies = [
|
2670 2670 | "http 1.3.1",
|
2671 2671 | "hyper 1.7.0",
|
2672 2672 | "hyper-util",
|
2673 - | "rustls 0.23.33",
|
2673 + | "rustls 0.23.34",
|
2674 2674 | "rustls-native-certs 0.8.2",
|
2675 2675 | "rustls-pki-types",
|
2676 2676 | "tokio",
|
2677 2677 | "tokio-rustls 0.26.4",
|
2678 2678 | "tower-service",
|
2679 2679 | ]
|
2680 2680 |
|
2681 2681 | [[package]]
|
2682 2682 | name = "hyper-util"
|
2683 2683 | version = "0.1.17"
|
2684 2684 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2685 2685 | checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
|
2686 2686 | dependencies = [
|
2687 2687 | "base64 0.22.1",
|
2688 2688 | "bytes",
|
2689 2689 | "futures-channel",
|
2690 2690 | "futures-core",
|
2691 2691 | "futures-util",
|
2692 2692 | "http 1.3.1",
|
2693 2693 | "http-body 1.0.1",
|
2694 2694 | "hyper 1.7.0",
|
2695 2695 | "ipnet",
|
2696 2696 | "libc",
|
2697 2697 | "percent-encoding",
|
2698 2698 | "pin-project-lite",
|
2699 2699 | "socket2 0.6.1",
|
2700 2700 | "system-configuration",
|
2701 2701 | "tokio",
|
2702 2702 | "tower-service",
|
2703 2703 | "tracing",
|
2704 2704 | "windows-registry",
|
2705 2705 | ]
|
2706 2706 |
|
2707 2707 | [[package]]
|
2708 2708 | name = "icu_collections"
|
2709 - | version = "2.0.0"
|
2709 + | version = "2.1.1"
|
2710 2710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2711 - | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
2711 + | checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
2712 2712 | dependencies = [
|
2713 2713 | "displaydoc",
|
2714 2714 | "potential_utf",
|
2715 2715 | "yoke",
|
2716 2716 | "zerofrom",
|
2717 2717 | "zerovec",
|
2718 2718 | ]
|
2719 2719 |
|
2720 2720 | [[package]]
|
2721 2721 | name = "icu_locale_core"
|
2722 - | version = "2.0.0"
|
2722 + | version = "2.1.1"
|
2723 2723 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2724 - | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
2724 + | checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
2725 2725 | dependencies = [
|
2726 2726 | "displaydoc",
|
2727 2727 | "litemap",
|
2728 2728 | "tinystr",
|
2729 2729 | "writeable",
|
2730 2730 | "zerovec",
|
2731 2731 | ]
|
2732 2732 |
|
2733 2733 | [[package]]
|
2734 2734 | name = "icu_normalizer"
|
2735 - | version = "2.0.0"
|
2735 + | version = "2.1.1"
|
2736 2736 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2737 - | checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
2737 + | checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
2738 2738 | dependencies = [
|
2739 - | "displaydoc",
|
2740 2739 | "icu_collections",
|
2741 2740 | "icu_normalizer_data",
|
2742 2741 | "icu_properties",
|
2743 2742 | "icu_provider",
|
2744 2743 | "smallvec",
|
2745 2744 | "zerovec",
|
2746 2745 | ]
|
2747 2746 |
|
2748 2747 | [[package]]
|
2749 2748 | name = "icu_normalizer_data"
|
2750 - | version = "2.0.0"
|
2749 + | version = "2.1.1"
|
2751 2750 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2752 - | checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
2751 + | checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
2753 2752 |
|
2754 2753 | [[package]]
|
2755 2754 | name = "icu_properties"
|
2756 - | version = "2.0.1"
|
2755 + | version = "2.1.1"
|
2757 2756 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2758 - | checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
2757 + | checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
|
2759 2758 | dependencies = [
|
2760 - | "displaydoc",
|
2761 2759 | "icu_collections",
|
2762 2760 | "icu_locale_core",
|
2763 2761 | "icu_properties_data",
|
2764 2762 | "icu_provider",
|
2765 - | "potential_utf",
|
2766 2763 | "zerotrie",
|
2767 2764 | "zerovec",
|
2768 2765 | ]
|
2769 2766 |
|
2770 2767 | [[package]]
|
2771 2768 | name = "icu_properties_data"
|
2772 - | version = "2.0.1"
|
2769 + | version = "2.1.1"
|
2773 2770 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2774 - | checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
2771 + | checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
|
2775 2772 |
|
2776 2773 | [[package]]
|
2777 2774 | name = "icu_provider"
|
2778 - | version = "2.0.0"
|
2775 + | version = "2.1.1"
|
2779 2776 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2780 - | checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
2777 + | checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
2781 2778 | dependencies = [
|
2782 2779 | "displaydoc",
|
2783 2780 | "icu_locale_core",
|
2784 - | "stable_deref_trait",
|
2785 - | "tinystr",
|
2786 2781 | "writeable",
|
2787 2782 | "yoke",
|
2788 2783 | "zerofrom",
|
2789 2784 | "zerotrie",
|
2790 2785 | "zerovec",
|
2791 2786 | ]
|
2792 2787 |
|
2793 2788 | [[package]]
|
2794 2789 | name = "idna"
|
2795 2790 | version = "1.1.0"
|
2796 2791 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2797 2792 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
2798 2793 | dependencies = [
|
2799 2794 | "idna_adapter",
|
2800 2795 | "smallvec",
|
2801 2796 | "utf8_iter",
|
2802 2797 | ]
|
2803 2798 |
|
2804 2799 | [[package]]
|
2805 2800 | name = "idna_adapter"
|
2806 2801 | version = "1.2.1"
|
2807 2802 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2808 2803 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
2809 2804 | dependencies = [
|
2810 2805 | "icu_normalizer",
|
2811 2806 | "icu_properties",
|
2812 2807 | ]
|
2813 2808 |
|
2814 2809 | [[package]]
|
2815 2810 | name = "indexmap"
|
@@ -2836,2831 +2963,2958 @@
2836 2831 | name = "io-lifetimes"
|
2837 2832 | version = "1.0.11"
|
2838 2833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2839 2834 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2840 2835 | dependencies = [
|
2841 2836 | "hermit-abi 0.3.9",
|
2842 2837 | "libc",
|
2843 2838 | "windows-sys 0.48.0",
|
2844 2839 | ]
|
2845 2840 |
|
2846 2841 | [[package]]
|
2847 2842 | name = "ipconfig"
|
2848 2843 | version = "0.3.2"
|
2849 2844 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2850 2845 | checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
2851 2846 | dependencies = [
|
2852 2847 | "socket2 0.5.10",
|
2853 2848 | "widestring",
|
2854 2849 | "windows-sys 0.48.0",
|
2855 2850 | "winreg",
|
2856 2851 | ]
|
2857 2852 |
|
2858 2853 | [[package]]
|
2859 2854 | name = "ipnet"
|
2860 2855 | version = "2.11.0"
|
2861 2856 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2862 2857 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2863 2858 |
|
2864 2859 | [[package]]
|
2865 2860 | name = "is-terminal"
|
2866 - | version = "0.4.16"
|
2861 + | version = "0.4.17"
|
2867 2862 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2868 - | checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
|
2863 + | checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
2869 2864 | dependencies = [
|
2870 2865 | "hermit-abi 0.5.2",
|
2871 2866 | "libc",
|
2872 - | "windows-sys 0.59.0",
|
2867 + | "windows-sys 0.61.2",
|
2873 2868 | ]
|
2874 2869 |
|
2875 2870 | [[package]]
|
2876 2871 | name = "itertools"
|
2877 2872 | version = "0.10.5"
|
2878 2873 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2879 2874 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2880 2875 | dependencies = [
|
2881 2876 | "either",
|
2882 2877 | ]
|
2883 2878 |
|
2884 2879 | [[package]]
|
2885 2880 | name = "itertools"
|
2886 2881 | version = "0.13.0"
|
2887 2882 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2888 2883 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2889 2884 | dependencies = [
|
2890 2885 | "either",
|
2891 2886 | ]
|
2892 2887 |
|
2893 2888 | [[package]]
|
2894 2889 | name = "itoa"
|
2895 2890 | version = "1.0.15"
|
2896 2891 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2897 2892 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
2898 2893 |
|
2899 2894 | [[package]]
|
2900 2895 | name = "jemalloc-sys"
|
2901 2896 | version = "0.5.4+5.3.0-patched"
|
2902 2897 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2903 2898 | checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2904 2899 | dependencies = [
|
2905 2900 | "cc",
|
2906 2901 | "libc",
|
2907 2902 | ]
|
2908 2903 |
|
2909 2904 | [[package]]
|
2910 2905 | name = "jemallocator"
|
2911 2906 | version = "0.5.4"
|
2912 2907 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2913 2908 | checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
2914 2909 | dependencies = [
|
2915 2910 | "jemalloc-sys",
|
2916 2911 | "libc",
|
2917 2912 | ]
|
2918 2913 |
|
2919 2914 | [[package]]
|
2920 2915 | name = "jobserver"
|
2921 2916 | version = "0.1.34"
|
2922 2917 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2923 2918 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
2924 2919 | dependencies = [
|
2925 2920 | "getrandom 0.3.4",
|
2926 2921 | "libc",
|
2927 2922 | ]
|
2928 2923 |
|
2929 2924 | [[package]]
|
2930 2925 | name = "js-sys"
|
2931 - | version = "0.3.81"
|
2926 + | version = "0.3.82"
|
2932 2927 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2933 - | checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
|
2928 + | checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
|
2934 2929 | dependencies = [
|
2935 2930 | "once_cell",
|
2936 2931 | "wasm-bindgen",
|
2937 2932 | ]
|
2938 2933 |
|
2939 2934 | [[package]]
|
2940 2935 | name = "kv-log-macro"
|
2941 2936 | version = "1.0.7"
|
2942 2937 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2943 2938 | checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2944 2939 | dependencies = [
|
2945 2940 | "log",
|
2946 2941 | ]
|
2947 2942 |
|
2948 2943 | [[package]]
|
2949 2944 | name = "lazy_static"
|
2950 2945 | version = "1.5.0"
|
2951 2946 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2952 2947 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2953 2948 |
|
2954 2949 | [[package]]
|
2955 2950 | name = "libc"
|
2956 2951 | version = "0.2.177"
|
2957 2952 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2958 2953 | checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
2959 2954 |
|
2960 2955 | [[package]]
|
2961 2956 | name = "libloading"
|
2962 2957 | version = "0.8.9"
|
2963 2958 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
@@ -2970,2965 +3032,3027 @@
2970 2965 | [[package]]
|
2971 2966 | name = "libmimalloc-sys"
|
2972 2967 | version = "0.1.44"
|
2973 2968 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2974 2969 | checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
|
2975 2970 | dependencies = [
|
2976 2971 | "cc",
|
2977 2972 | "libc",
|
2978 2973 | ]
|
2979 2974 |
|
2980 2975 | [[package]]
|
2981 2976 | name = "linux-raw-sys"
|
2982 2977 | version = "0.3.8"
|
2983 2978 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2984 2979 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2985 2980 |
|
2986 2981 | [[package]]
|
2987 2982 | name = "linux-raw-sys"
|
2988 2983 | version = "0.4.15"
|
2989 2984 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2990 2985 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2991 2986 |
|
2992 2987 | [[package]]
|
2993 2988 | name = "linux-raw-sys"
|
2994 2989 | version = "0.11.0"
|
2995 2990 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
2996 2991 | checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
2997 2992 |
|
2998 2993 | [[package]]
|
2999 2994 | name = "litemap"
|
3000 - | version = "0.8.0"
|
2995 + | version = "0.8.1"
|
3001 2996 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3002 - | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
2997 + | checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
3003 2998 |
|
3004 2999 | [[package]]
|
3005 3000 | name = "lock_api"
|
3006 3001 | version = "0.4.14"
|
3007 3002 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3008 3003 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
3009 3004 | dependencies = [
|
3010 3005 | "scopeguard",
|
3011 3006 | ]
|
3012 3007 |
|
3013 3008 | [[package]]
|
3014 3009 | name = "log"
|
3015 3010 | version = "0.4.28"
|
3016 3011 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3017 3012 | checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
3018 3013 | dependencies = [
|
3019 3014 | "value-bag",
|
3020 3015 | ]
|
3021 3016 |
|
3022 3017 | [[package]]
|
3023 3018 | name = "lru"
|
3024 3019 | version = "0.12.5"
|
3025 3020 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3026 3021 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
3027 3022 | dependencies = [
|
3028 3023 | "hashbrown 0.15.5",
|
3029 3024 | ]
|
3030 3025 |
|
3031 3026 | [[package]]
|
3032 3027 | name = "matchers"
|
@@ -3374,3369 +3494,3488 @@
3374 3369 | "cfg-if",
|
3375 3370 | "concurrent-queue",
|
3376 3371 | "libc",
|
3377 3372 | "log",
|
3378 3373 | "pin-project-lite",
|
3379 3374 | "windows-sys 0.48.0",
|
3380 3375 | ]
|
3381 3376 |
|
3382 3377 | [[package]]
|
3383 3378 | name = "polling"
|
3384 3379 | version = "3.11.0"
|
3385 3380 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3386 3381 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
|
3387 3382 | dependencies = [
|
3388 3383 | "cfg-if",
|
3389 3384 | "concurrent-queue",
|
3390 3385 | "hermit-abi 0.5.2",
|
3391 3386 | "pin-project-lite",
|
3392 3387 | "rustix 1.1.2",
|
3393 3388 | "windows-sys 0.61.2",
|
3394 3389 | ]
|
3395 3390 |
|
3396 3391 | [[package]]
|
3397 3392 | name = "portable-atomic"
|
3398 3393 | version = "1.11.1"
|
3399 3394 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3400 3395 | checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
3401 3396 |
|
3402 3397 | [[package]]
|
3403 3398 | name = "potential_utf"
|
3404 - | version = "0.1.3"
|
3399 + | version = "0.1.4"
|
3405 3400 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3406 - | checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
|
3401 + | checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
3407 3402 | dependencies = [
|
3408 3403 | "zerovec",
|
3409 3404 | ]
|
3410 3405 |
|
3411 3406 | [[package]]
|
3412 3407 | name = "powerfmt"
|
3413 3408 | version = "0.2.0"
|
3414 3409 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3415 3410 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
3416 3411 |
|
3417 3412 | [[package]]
|
3418 3413 | name = "ppv-lite86"
|
3419 3414 | version = "0.2.21"
|
3420 3415 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3421 3416 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
3422 3417 | dependencies = [
|
3423 3418 | "zerocopy",
|
3424 3419 | ]
|
3425 3420 |
|
3426 3421 | [[package]]
|
3427 3422 | name = "pretty_assertions"
|
3428 3423 | version = "1.4.1"
|
3429 3424 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3430 3425 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
3431 3426 | dependencies = [
|
3432 3427 | "diff",
|
3433 3428 | "yansi",
|
3434 3429 | ]
|
3435 3430 |
|
3436 3431 | [[package]]
|
3437 3432 | name = "prettyplease"
|
3438 3433 | version = "0.2.37"
|
3439 3434 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3440 3435 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
3441 3436 | dependencies = [
|
3442 3437 | "proc-macro2",
|
3443 3438 | "syn",
|
3444 3439 | ]
|
3445 3440 |
|
3446 3441 | [[package]]
|
3447 3442 | name = "proc-macro2"
|
3448 - | version = "1.0.101"
|
3443 + | version = "1.0.103"
|
3449 3444 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3450 - | checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
|
3445 + | checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
3451 3446 | dependencies = [
|
3452 3447 | "unicode-ident",
|
3453 3448 | ]
|
3454 3449 |
|
3455 3450 | [[package]]
|
3456 3451 | name = "proptest"
|
3457 - | version = "1.8.0"
|
3452 + | version = "1.9.0"
|
3458 3453 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3459 - | checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce"
|
3454 + | checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
|
3460 3455 | dependencies = [
|
3461 3456 | "bit-set",
|
3462 3457 | "bit-vec",
|
3463 3458 | "bitflags 2.10.0",
|
3464 - | "lazy_static",
|
3465 3459 | "num-traits",
|
3466 3460 | "rand 0.9.2",
|
3467 3461 | "rand_chacha 0.9.0",
|
3468 3462 | "rand_xorshift",
|
3469 3463 | "regex-syntax",
|
3470 3464 | "rusty-fork",
|
3471 3465 | "tempfile",
|
3472 3466 | "unarray",
|
3473 3467 | ]
|
3474 3468 |
|
3475 3469 | [[package]]
|
3476 3470 | name = "quick-error"
|
3477 3471 | version = "1.2.3"
|
3478 3472 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3479 3473 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
3480 3474 |
|
3481 3475 | [[package]]
|
3482 3476 | name = "quote"
|
3483 3477 | version = "1.0.41"
|
3484 3478 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3485 3479 | checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
3486 3480 | dependencies = [
|
3487 3481 | "proc-macro2",
|
3488 3482 | ]
|
3489 3483 |
|
3490 3484 | [[package]]
|
3491 3485 | name = "r-efi"
|
3492 3486 | version = "5.3.0"
|
3493 3487 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3494 3488 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
@@ -3707,3701 +3846,3840 @@
3707 3701 | "windows-sys 0.59.0",
|
3708 3702 | ]
|
3709 3703 |
|
3710 3704 | [[package]]
|
3711 3705 | name = "rustix"
|
3712 3706 | version = "1.1.2"
|
3713 3707 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3714 3708 | checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
3715 3709 | dependencies = [
|
3716 3710 | "bitflags 2.10.0",
|
3717 3711 | "errno",
|
3718 3712 | "libc",
|
3719 3713 | "linux-raw-sys 0.11.0",
|
3720 3714 | "windows-sys 0.61.2",
|
3721 3715 | ]
|
3722 3716 |
|
3723 3717 | [[package]]
|
3724 3718 | name = "rustls"
|
3725 3719 | version = "0.21.12"
|
3726 3720 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3727 3721 | checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
3728 3722 | dependencies = [
|
3729 3723 | "log",
|
3730 3724 | "ring",
|
3731 3725 | "rustls-webpki 0.101.7",
|
3732 3726 | "sct",
|
3733 3727 | ]
|
3734 3728 |
|
3735 3729 | [[package]]
|
3736 3730 | name = "rustls"
|
3737 - | version = "0.23.33"
|
3731 + | version = "0.23.34"
|
3738 3732 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3739 - | checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
|
3733 + | checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
|
3740 3734 | dependencies = [
|
3741 3735 | "aws-lc-rs",
|
3742 3736 | "log",
|
3743 3737 | "once_cell",
|
3744 3738 | "ring",
|
3745 3739 | "rustls-pki-types",
|
3746 - | "rustls-webpki 0.103.7",
|
3740 + | "rustls-webpki 0.103.8",
|
3747 3741 | "subtle",
|
3748 3742 | "zeroize",
|
3749 3743 | ]
|
3750 3744 |
|
3751 3745 | [[package]]
|
3752 3746 | name = "rustls-native-certs"
|
3753 3747 | version = "0.6.3"
|
3754 3748 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3755 3749 | checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
3756 3750 | dependencies = [
|
3757 3751 | "openssl-probe",
|
3758 3752 | "rustls-pemfile 1.0.4",
|
3759 3753 | "schannel",
|
3760 3754 | "security-framework 2.11.1",
|
3761 3755 | ]
|
3762 3756 |
|
3763 3757 | [[package]]
|
3764 3758 | name = "rustls-native-certs"
|
3765 3759 | version = "0.8.2"
|
3766 3760 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3767 3761 | checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
|
3768 3762 | dependencies = [
|
3769 3763 | "openssl-probe",
|
3770 3764 | "rustls-pki-types",
|
3771 3765 | "schannel",
|
3772 3766 | "security-framework 3.5.1",
|
3773 3767 | ]
|
3774 3768 |
|
3775 3769 | [[package]]
|
3776 3770 | name = "rustls-pemfile"
|
3777 3771 | version = "1.0.4"
|
3778 3772 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3779 3773 | checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
3780 3774 | dependencies = [
|
3781 3775 | "base64 0.21.7",
|
3782 3776 | ]
|
3783 3777 |
|
3784 3778 | [[package]]
|
3785 3779 | name = "rustls-pemfile"
|
3786 3780 | version = "2.2.0"
|
3787 3781 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3788 3782 | checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
3789 3783 | dependencies = [
|
3790 3784 | "rustls-pki-types",
|
3791 3785 | ]
|
3792 3786 |
|
3793 3787 | [[package]]
|
3794 3788 | name = "rustls-pki-types"
|
3795 - | version = "1.12.0"
|
3789 + | version = "1.13.0"
|
3796 3790 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3797 - | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
3791 + | checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
|
3798 3792 | dependencies = [
|
3799 3793 | "zeroize",
|
3800 3794 | ]
|
3801 3795 |
|
3802 3796 | [[package]]
|
3803 3797 | name = "rustls-webpki"
|
3804 3798 | version = "0.101.7"
|
3805 3799 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3806 3800 | checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
3807 3801 | dependencies = [
|
3808 3802 | "ring",
|
3809 3803 | "untrusted 0.9.0",
|
3810 3804 | ]
|
3811 3805 |
|
3812 3806 | [[package]]
|
3813 3807 | name = "rustls-webpki"
|
3814 - | version = "0.103.7"
|
3808 + | version = "0.103.8"
|
3815 3809 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3816 - | checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
|
3810 + | checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
3817 3811 | dependencies = [
|
3818 3812 | "aws-lc-rs",
|
3819 3813 | "ring",
|
3820 3814 | "rustls-pki-types",
|
3821 3815 | "untrusted 0.9.0",
|
3822 3816 | ]
|
3823 3817 |
|
3824 3818 | [[package]]
|
3825 3819 | name = "rustversion"
|
3826 3820 | version = "1.0.22"
|
3827 3821 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3828 3822 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
3829 3823 |
|
3830 3824 | [[package]]
|
3831 3825 | name = "rusty-fork"
|
3832 3826 | version = "0.3.1"
|
3833 3827 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3834 3828 | checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
3835 3829 | dependencies = [
|
3836 3830 | "fnv",
|
3837 3831 | "quick-error",
|
3838 3832 | "tempfile",
|
3839 3833 | "wait-timeout",
|
3840 3834 | ]
|
3841 3835 |
|
3842 3836 | [[package]]
|
3843 3837 | name = "ryu"
|
3844 3838 | version = "1.0.20"
|
3845 3839 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
3846 3840 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
@@ -4200,4194 +4262,4256 @@
4200 4194 | [[package]]
|
4201 4195 | name = "spki"
|
4202 4196 | version = "0.6.0"
|
4203 4197 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4204 4198 | checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
4205 4199 | dependencies = [
|
4206 4200 | "base64ct",
|
4207 4201 | "der",
|
4208 4202 | ]
|
4209 4203 |
|
4210 4204 | [[package]]
|
4211 4205 | name = "stable_deref_trait"
|
4212 4206 | version = "1.2.1"
|
4213 4207 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4214 4208 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
4215 4209 |
|
4216 4210 | [[package]]
|
4217 4211 | name = "stats_alloc"
|
4218 4212 | version = "0.1.10"
|
4219 4213 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4220 4214 | checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
4221 4215 |
|
4222 4216 | [[package]]
|
4223 4217 | name = "subtle"
|
4224 4218 | version = "2.6.1"
|
4225 4219 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4226 4220 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
4227 4221 |
|
4228 4222 | [[package]]
|
4229 4223 | name = "syn"
|
4230 - | version = "2.0.107"
|
4224 + | version = "2.0.108"
|
4231 4225 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4232 - | checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
|
4226 + | checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
|
4233 4227 | dependencies = [
|
4234 4228 | "proc-macro2",
|
4235 4229 | "quote",
|
4236 4230 | "unicode-ident",
|
4237 4231 | ]
|
4238 4232 |
|
4239 4233 | [[package]]
|
4240 4234 | name = "synstructure"
|
4241 4235 | version = "0.13.2"
|
4242 4236 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4243 4237 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
4244 4238 | dependencies = [
|
4245 4239 | "proc-macro2",
|
4246 4240 | "quote",
|
4247 4241 | "syn",
|
4248 4242 | ]
|
4249 4243 |
|
4250 4244 | [[package]]
|
4251 4245 | name = "system-configuration"
|
4252 4246 | version = "0.6.1"
|
4253 4247 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4254 4248 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
4255 4249 | dependencies = [
|
4256 4250 | "bitflags 2.10.0",
|
4257 4251 | "core-foundation 0.9.4",
|
4258 4252 | "system-configuration-sys",
|
4259 4253 | ]
|
4260 4254 |
|
4261 4255 | [[package]]
|
4262 4256 | name = "system-configuration-sys"
|
@@ -4342,4336 +4404,4398 @@
4342 4336 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4343 4337 | checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
4344 4338 | dependencies = [
|
4345 4339 | "deranged",
|
4346 4340 | "itoa",
|
4347 4341 | "num-conv",
|
4348 4342 | "powerfmt",
|
4349 4343 | "serde",
|
4350 4344 | "time-core",
|
4351 4345 | "time-macros",
|
4352 4346 | ]
|
4353 4347 |
|
4354 4348 | [[package]]
|
4355 4349 | name = "time-core"
|
4356 4350 | version = "0.1.6"
|
4357 4351 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4358 4352 | checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
4359 4353 |
|
4360 4354 | [[package]]
|
4361 4355 | name = "time-macros"
|
4362 4356 | version = "0.2.24"
|
4363 4357 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4364 4358 | checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
4365 4359 | dependencies = [
|
4366 4360 | "num-conv",
|
4367 4361 | "time-core",
|
4368 4362 | ]
|
4369 4363 |
|
4370 4364 | [[package]]
|
4371 4365 | name = "tinystr"
|
4372 - | version = "0.8.1"
|
4366 + | version = "0.8.2"
|
4373 4367 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4374 - | checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
4368 + | checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
4375 4369 | dependencies = [
|
4376 4370 | "displaydoc",
|
4377 4371 | "zerovec",
|
4378 4372 | ]
|
4379 4373 |
|
4380 4374 | [[package]]
|
4381 4375 | name = "tinytemplate"
|
4382 4376 | version = "1.2.1"
|
4383 4377 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4384 4378 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
4385 4379 | dependencies = [
|
4386 4380 | "serde",
|
4387 4381 | "serde_json",
|
4388 4382 | ]
|
4389 4383 |
|
4390 4384 | [[package]]
|
4391 4385 | name = "tinyvec"
|
4392 4386 | version = "1.10.0"
|
4393 4387 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4394 4388 | checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
4395 4389 | dependencies = [
|
4396 4390 | "tinyvec_macros",
|
4397 4391 | ]
|
4398 4392 |
|
4399 4393 | [[package]]
|
4400 4394 | name = "tinyvec_macros"
|
4401 4395 | version = "0.1.1"
|
4402 4396 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4403 4397 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
4404 4398 |
|
@@ -4419,4413 +4479,4473 @@
4419 4413 | "windows-sys 0.61.2",
|
4420 4414 | ]
|
4421 4415 |
|
4422 4416 | [[package]]
|
4423 4417 | name = "tokio-macros"
|
4424 4418 | version = "2.6.0"
|
4425 4419 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4426 4420 | checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
4427 4421 | dependencies = [
|
4428 4422 | "proc-macro2",
|
4429 4423 | "quote",
|
4430 4424 | "syn",
|
4431 4425 | ]
|
4432 4426 |
|
4433 4427 | [[package]]
|
4434 4428 | name = "tokio-rustls"
|
4435 4429 | version = "0.24.1"
|
4436 4430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4437 4431 | checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
4438 4432 | dependencies = [
|
4439 4433 | "rustls 0.21.12",
|
4440 4434 | "tokio",
|
4441 4435 | ]
|
4442 4436 |
|
4443 4437 | [[package]]
|
4444 4438 | name = "tokio-rustls"
|
4445 4439 | version = "0.26.4"
|
4446 4440 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4447 4441 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
4448 4442 | dependencies = [
|
4449 - | "rustls 0.23.33",
|
4443 + | "rustls 0.23.34",
|
4450 4444 | "tokio",
|
4451 4445 | ]
|
4452 4446 |
|
4453 4447 | [[package]]
|
4454 4448 | name = "tokio-stream"
|
4455 4449 | version = "0.1.17"
|
4456 4450 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4457 4451 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
4458 4452 | dependencies = [
|
4459 4453 | "futures-core",
|
4460 4454 | "pin-project-lite",
|
4461 4455 | "tokio",
|
4462 4456 | ]
|
4463 4457 |
|
4464 4458 | [[package]]
|
4465 4459 | name = "tokio-test"
|
4466 4460 | version = "0.4.4"
|
4467 4461 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4468 4462 | checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
4469 4463 | dependencies = [
|
4470 4464 | "async-stream",
|
4471 4465 | "bytes",
|
4472 4466 | "futures-core",
|
4473 4467 | "tokio",
|
4474 4468 | "tokio-stream",
|
4475 4469 | ]
|
4476 4470 |
|
4477 4471 | [[package]]
|
4478 4472 | name = "tokio-util"
|
4479 4473 | version = "0.7.16"
|
@@ -4750,4744 +4884,4864 @@
4750 4744 | dependencies = [
|
4751 4745 | "try-lock",
|
4752 4746 | ]
|
4753 4747 |
|
4754 4748 | [[package]]
|
4755 4749 | name = "wasi"
|
4756 4750 | version = "0.11.1+wasi-snapshot-preview1"
|
4757 4751 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4758 4752 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
4759 4753 |
|
4760 4754 | [[package]]
|
4761 4755 | name = "wasi"
|
4762 4756 | version = "0.12.1+wasi-0.2.0"
|
4763 4757 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4764 4758 | checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
|
4765 4759 | dependencies = [
|
4766 4760 | "wit-bindgen 0.19.2",
|
4767 4761 | ]
|
4768 4762 |
|
4769 4763 | [[package]]
|
4770 4764 | name = "wasip2"
|
4771 4765 | version = "1.0.1+wasi-0.2.4"
|
4772 4766 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4773 4767 | checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
4774 4768 | dependencies = [
|
4775 4769 | "wit-bindgen 0.46.0",
|
4776 4770 | ]
|
4777 4771 |
|
4778 4772 | [[package]]
|
4779 4773 | name = "wasm-bindgen"
|
4780 - | version = "0.2.104"
|
4774 + | version = "0.2.105"
|
4781 4775 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4782 - | checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
|
4776 + | checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
|
4783 4777 | dependencies = [
|
4784 4778 | "cfg-if",
|
4785 4779 | "once_cell",
|
4786 4780 | "rustversion",
|
4787 4781 | "wasm-bindgen-macro",
|
4788 4782 | "wasm-bindgen-shared",
|
4789 4783 | ]
|
4790 4784 |
|
4791 - | [[package]]
|
4792 - | name = "wasm-bindgen-backend"
|
4793 - | version = "0.2.104"
|
4794 - | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4795 - | checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
4796 - | dependencies = [
|
4797 - | "bumpalo",
|
4798 - | "log",
|
4799 - | "proc-macro2",
|
4800 - | "quote",
|
4801 - | "syn",
|
4802 - | "wasm-bindgen-shared",
|
4803 - | ]
|
4804 - |
|
4805 4785 | [[package]]
|
4806 4786 | name = "wasm-bindgen-futures"
|
4807 - | version = "0.4.54"
|
4787 + | version = "0.4.55"
|
4808 4788 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4809 - | checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
|
4789 + | checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
4810 4790 | dependencies = [
|
4811 4791 | "cfg-if",
|
4812 4792 | "js-sys",
|
4813 4793 | "once_cell",
|
4814 4794 | "wasm-bindgen",
|
4815 4795 | "web-sys",
|
4816 4796 | ]
|
4817 4797 |
|
4818 4798 | [[package]]
|
4819 4799 | name = "wasm-bindgen-macro"
|
4820 - | version = "0.2.104"
|
4800 + | version = "0.2.105"
|
4821 4801 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4822 - | checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
|
4802 + | checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
4823 4803 | dependencies = [
|
4824 4804 | "quote",
|
4825 4805 | "wasm-bindgen-macro-support",
|
4826 4806 | ]
|
4827 4807 |
|
4828 4808 | [[package]]
|
4829 4809 | name = "wasm-bindgen-macro-support"
|
4830 - | version = "0.2.104"
|
4810 + | version = "0.2.105"
|
4831 4811 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4832 - | checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
|
4812 + | checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
4833 4813 | dependencies = [
|
4814 + | "bumpalo",
|
4834 4815 | "proc-macro2",
|
4835 4816 | "quote",
|
4836 4817 | "syn",
|
4837 - | "wasm-bindgen-backend",
|
4838 4818 | "wasm-bindgen-shared",
|
4839 4819 | ]
|
4840 4820 |
|
4841 4821 | [[package]]
|
4842 4822 | name = "wasm-bindgen-shared"
|
4843 - | version = "0.2.104"
|
4823 + | version = "0.2.105"
|
4844 4824 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4845 - | checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
|
4825 + | checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
4846 4826 | dependencies = [
|
4847 4827 | "unicode-ident",
|
4848 4828 | ]
|
4849 4829 |
|
4850 4830 | [[package]]
|
4851 4831 | name = "web-sys"
|
4852 - | version = "0.3.81"
|
4832 + | version = "0.3.82"
|
4853 4833 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4854 - | checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
|
4834 + | checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
|
4855 4835 | dependencies = [
|
4856 4836 | "js-sys",
|
4857 4837 | "wasm-bindgen",
|
4858 4838 | ]
|
4859 4839 |
|
4860 4840 | [[package]]
|
4861 4841 | name = "webpki-roots"
|
4862 4842 | version = "0.25.4"
|
4863 4843 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4864 4844 | checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
4865 4845 |
|
4866 4846 | [[package]]
|
4867 4847 | name = "widestring"
|
4868 4848 | version = "1.2.1"
|
4869 4849 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4870 4850 | checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
|
4871 4851 |
|
4872 4852 | [[package]]
|
4873 4853 | name = "winapi"
|
4874 4854 | version = "0.3.9"
|
4875 4855 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4876 4856 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4877 4857 | dependencies = [
|
4878 4858 | "winapi-i686-pc-windows-gnu",
|
4879 4859 | "winapi-x86_64-pc-windows-gnu",
|
4880 4860 | ]
|
4881 4861 |
|
4882 4862 | [[package]]
|
4883 4863 | name = "winapi-i686-pc-windows-gnu"
|
4884 4864 | version = "0.4.0"
|
@@ -5172,5152 +5320,5299 @@
5172 5152 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5173 5153 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
5174 5154 |
|
5175 5155 | [[package]]
|
5176 5156 | name = "winreg"
|
5177 5157 | version = "0.50.0"
|
5178 5158 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5179 5159 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
5180 5160 | dependencies = [
|
5181 5161 | "cfg-if",
|
5182 5162 | "windows-sys 0.48.0",
|
5183 5163 | ]
|
5184 5164 |
|
5185 5165 | [[package]]
|
5186 5166 | name = "wit-bindgen"
|
5187 5167 | version = "0.19.2"
|
5188 5168 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5189 5169 | checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
|
5190 5170 | dependencies = [
|
5191 5171 | "bitflags 2.10.0",
|
5192 5172 | ]
|
5193 5173 |
|
5194 5174 | [[package]]
|
5195 5175 | name = "wit-bindgen"
|
5196 5176 | version = "0.46.0"
|
5197 5177 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5198 5178 | checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
5199 5179 |
|
5200 5180 | [[package]]
|
5201 5181 | name = "writeable"
|
5202 - | version = "0.6.1"
|
5182 + | version = "0.6.2"
|
5203 5183 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5204 - | checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
5184 + | checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
5205 5185 |
|
5206 5186 | [[package]]
|
5207 5187 | name = "xmlparser"
|
5208 5188 | version = "0.13.6"
|
5209 5189 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5210 5190 | checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
|
5211 5191 |
|
5212 5192 | [[package]]
|
5213 5193 | name = "yansi"
|
5214 5194 | version = "1.0.1"
|
5215 5195 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5216 5196 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
5217 5197 |
|
5218 5198 | [[package]]
|
5219 5199 | name = "yoke"
|
5220 - | version = "0.8.0"
|
5200 + | version = "0.8.1"
|
5221 5201 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5222 - | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
5202 + | checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
5223 5203 | dependencies = [
|
5224 - | "serde",
|
5225 5204 | "stable_deref_trait",
|
5226 5205 | "yoke-derive",
|
5227 5206 | "zerofrom",
|
5228 5207 | ]
|
5229 5208 |
|
5230 5209 | [[package]]
|
5231 5210 | name = "yoke-derive"
|
5232 - | version = "0.8.0"
|
5211 + | version = "0.8.1"
|
5233 5212 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5234 - | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
5213 + | checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
5235 5214 | dependencies = [
|
5236 5215 | "proc-macro2",
|
5237 5216 | "quote",
|
5238 5217 | "syn",
|
5239 5218 | "synstructure",
|
5240 5219 | ]
|
5241 5220 |
|
5242 5221 | [[package]]
|
5243 5222 | name = "zerocopy"
|
5244 5223 | version = "0.8.27"
|
5245 5224 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5246 5225 | checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
5247 5226 | dependencies = [
|
5248 5227 | "zerocopy-derive",
|
5249 5228 | ]
|
5250 5229 |
|
5251 5230 | [[package]]
|
5252 5231 | name = "zerocopy-derive"
|
5253 5232 | version = "0.8.27"
|
5254 5233 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5255 5234 | checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
5256 5235 | dependencies = [
|
5257 5236 | "proc-macro2",
|
5258 5237 | "quote",
|
5259 5238 | "syn",
|
5260 5239 | ]
|
5261 5240 |
|
5262 5241 | [[package]]
|
5263 5242 | name = "zerofrom"
|
5264 5243 | version = "0.1.6"
|
5265 5244 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5266 5245 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
5267 5246 | dependencies = [
|
5268 5247 | "zerofrom-derive",
|
5269 5248 | ]
|
5270 5249 |
|
5271 5250 | [[package]]
|
5272 5251 | name = "zerofrom-derive"
|
5273 5252 | version = "0.1.6"
|
5274 5253 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5275 5254 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
5276 5255 | dependencies = [
|
5277 5256 | "proc-macro2",
|
5278 5257 | "quote",
|
5279 5258 | "syn",
|
5280 5259 | "synstructure",
|
5281 5260 | ]
|
5282 5261 |
|
5283 5262 | [[package]]
|
5284 5263 | name = "zeroize"
|
5285 5264 | version = "1.8.2"
|
5286 5265 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5287 5266 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
5288 5267 |
|
5289 5268 | [[package]]
|
5290 5269 | name = "zerotrie"
|
5291 - | version = "0.2.2"
|
5270 + | version = "0.2.3"
|
5292 5271 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5293 - | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
5272 + | checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
5294 5273 | dependencies = [
|
5295 5274 | "displaydoc",
|
5296 5275 | "yoke",
|
5297 5276 | "zerofrom",
|
5298 5277 | ]
|
5299 5278 |
|
5300 5279 | [[package]]
|
5301 5280 | name = "zerovec"
|
5302 - | version = "0.11.4"
|
5281 + | version = "0.11.5"
|
5303 5282 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5304 - | checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
|
5283 + | checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
5305 5284 | dependencies = [
|
5306 5285 | "yoke",
|
5307 5286 | "zerofrom",
|
5308 5287 | "zerovec-derive",
|
5309 5288 | ]
|
5310 5289 |
|
5311 5290 | [[package]]
|
5312 5291 | name = "zerovec-derive"
|
5313 - | version = "0.11.1"
|
5292 + | version = "0.11.2"
|
5314 5293 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
5315 - | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
5294 + | checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
5316 5295 | dependencies = [
|
5317 5296 | "proc-macro2",
|
5318 5297 | "quote",
|
5319 5298 | "syn",
|
5320 5299 | ]
|