aboutsummaryrefslogtreecommitdiffstats
path: root/rs/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'rs/Cargo.lock')
-rw-r--r--rs/Cargo.lock319
1 files changed, 3 insertions, 316 deletions
diff --git a/rs/Cargo.lock b/rs/Cargo.lock
index 5a83471..ed8409a 100644
--- a/rs/Cargo.lock
+++ b/rs/Cargo.lock
@@ -18,17 +18,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19 19
20[[package]] 20[[package]]
21name = "ahash"
22version = "0.7.7"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
25dependencies = [
26 "getrandom",
27 "once_cell",
28 "version_check",
29]
30
31[[package]]
32name = "android-tzdata" 21name = "android-tzdata"
33version = "0.1.1" 22version = "0.1.1"
34source = "registry+https://github.com/rust-lang/crates.io-index" 23source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -55,20 +44,6 @@ dependencies = [
55] 44]
56 45
57[[package]] 46[[package]]
58name = "attohttpc"
59version = "0.22.0"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
62dependencies = [
63 "http 0.2.11",
64 "log",
65 "native-tls",
66 "serde",
67 "serde_json",
68 "url",
69]
70
71[[package]]
72name = "autocfg" 47name = "autocfg"
73version = "1.1.0" 48version = "1.1.0"
74source = "registry+https://github.com/rust-lang/crates.io-index" 49source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -118,23 +93,6 @@ dependencies = [
118] 93]
119 94
120[[package]] 95[[package]]
121name = "aws-creds"
122version = "0.34.1"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "3776743bb68d4ad02ba30ba8f64373f1be4e082fe47651767171ce75bb2f6cf5"
125dependencies = [
126 "attohttpc",
127 "dirs",
128 "log",
129 "quick-xml",
130 "rust-ini",
131 "serde",
132 "thiserror",
133 "time",
134 "url",
135]
136
137[[package]]
138name = "aws-http" 96name = "aws-http"
139version = "0.60.2" 97version = "0.60.2"
140source = "registry+https://github.com/rust-lang/crates.io-index" 98source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -576,12 +534,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 534checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
577 535
578[[package]] 536[[package]]
579name = "bitflags"
580version = "2.4.2"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
583
584[[package]]
585name = "block-buffer" 537name = "block-buffer"
586version = "0.10.4" 538version = "0.10.4"
587source = "registry+https://github.com/rust-lang/crates.io-index" 539source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -750,7 +702,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 702checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
751dependencies = [ 703dependencies = [
752 "powerfmt", 704 "powerfmt",
753 "serde",
754] 705]
755 706
756[[package]] 707[[package]]
@@ -765,32 +716,6 @@ dependencies = [
765] 716]
766 717
767[[package]] 718[[package]]
768name = "dirs"
769version = "4.0.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
772dependencies = [
773 "dirs-sys",
774]
775
776[[package]]
777name = "dirs-sys"
778version = "0.3.7"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
781dependencies = [
782 "libc",
783 "redox_users",
784 "winapi",
785]
786
787[[package]]
788name = "dlv-list"
789version = "0.3.0"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
792
793[[package]]
794name = "ecdsa" 719name = "ecdsa"
795version = "0.14.8" 720version = "0.14.8"
796source = "registry+https://github.com/rust-lang/crates.io-index" 721source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -835,16 +760,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 760checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
836 761
837[[package]] 762[[package]]
838name = "errno"
839version = "0.3.8"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
842dependencies = [
843 "libc",
844 "windows-sys 0.52.0",
845]
846
847[[package]]
848name = "fastrand" 763name = "fastrand"
849version = "2.0.1" 764version = "2.0.1"
850source = "registry+https://github.com/rust-lang/crates.io-index" 765source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -867,21 +782,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 782checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
868 783
869[[package]] 784[[package]]
870name = "foreign-types"
871version = "0.3.2"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
874dependencies = [
875 "foreign-types-shared",
876]
877
878[[package]]
879name = "foreign-types-shared"
880version = "0.1.1"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
883
884[[package]]
885name = "form_urlencoded" 785name = "form_urlencoded"
886version = "1.2.1" 786version = "1.2.1"
887source = "registry+https://github.com/rust-lang/crates.io-index" 787source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1015,15 +915,6 @@ dependencies = [
1015 915
1016[[package]] 916[[package]]
1017name = "hashbrown" 917name = "hashbrown"
1018version = "0.12.3"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1021dependencies = [
1022 "ahash",
1023]
1024
1025[[package]]
1026name = "hashbrown"
1027version = "0.14.3" 918version = "0.14.3"
1028source = "registry+https://github.com/rust-lang/crates.io-index" 919source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 920checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
@@ -1240,7 +1131,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 1131checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
1241dependencies = [ 1132dependencies = [
1242 "equivalent", 1133 "equivalent",
1243 "hashbrown 0.14.3", 1134 "hashbrown",
1244] 1135]
1245 1136
1246[[package]] 1137[[package]]
@@ -1259,35 +1150,12 @@ dependencies = [
1259] 1150]
1260 1151
1261[[package]] 1152[[package]]
1262name = "lazy_static"
1263version = "1.4.0"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1266
1267[[package]]
1268name = "libc" 1153name = "libc"
1269version = "0.2.152" 1154version = "0.2.152"
1270source = "registry+https://github.com/rust-lang/crates.io-index" 1155source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 1156checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
1272 1157
1273[[package]] 1158[[package]]
1274name = "libredox"
1275version = "0.0.1"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
1278dependencies = [
1279 "bitflags 2.4.2",
1280 "libc",
1281 "redox_syscall",
1282]
1283
1284[[package]]
1285name = "linux-raw-sys"
1286version = "0.4.13"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1289
1290[[package]]
1291name = "lock_api" 1159name = "lock_api"
1292version = "0.4.11" 1160version = "0.4.11"
1293source = "registry+https://github.com/rust-lang/crates.io-index" 1161source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1352,24 +1220,6 @@ dependencies = [
1352] 1220]
1353 1221
1354[[package]] 1222[[package]]
1355name = "native-tls"
1356version = "0.2.11"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1359dependencies = [
1360 "lazy_static",
1361 "libc",
1362 "log",
1363 "openssl",
1364 "openssl-probe",
1365 "openssl-sys",
1366 "schannel",
1367 "security-framework",
1368 "security-framework-sys",
1369 "tempfile",
1370]
1371
1372[[package]]
1373name = "num-integer" 1223name = "num-integer"
1374version = "0.1.45" 1224version = "0.1.45"
1375source = "registry+https://github.com/rust-lang/crates.io-index" 1225source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1414,60 +1264,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1264checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1415 1265
1416[[package]] 1266[[package]]
1417name = "openssl"
1418version = "0.10.62"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671"
1421dependencies = [
1422 "bitflags 2.4.2",
1423 "cfg-if",
1424 "foreign-types",
1425 "libc",
1426 "once_cell",
1427 "openssl-macros",
1428 "openssl-sys",
1429]
1430
1431[[package]]
1432name = "openssl-macros"
1433version = "0.1.1"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1436dependencies = [
1437 "proc-macro2",
1438 "quote",
1439 "syn",
1440]
1441
1442[[package]]
1443name = "openssl-probe" 1267name = "openssl-probe"
1444version = "0.1.5" 1268version = "0.1.5"
1445source = "registry+https://github.com/rust-lang/crates.io-index" 1269source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1270checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1447 1271
1448[[package]] 1272[[package]]
1449name = "openssl-sys"
1450version = "0.9.98"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7"
1453dependencies = [
1454 "cc",
1455 "libc",
1456 "pkg-config",
1457 "vcpkg",
1458]
1459
1460[[package]]
1461name = "ordered-multimap"
1462version = "0.4.3"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
1465dependencies = [
1466 "dlv-list",
1467 "hashbrown 0.12.3",
1468]
1469
1470[[package]]
1471name = "outref" 1273name = "outref"
1472version = "0.5.1" 1274version = "0.5.1"
1473source = "registry+https://github.com/rust-lang/crates.io-index" 1275source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1556,12 +1358,6 @@ dependencies = [
1556] 1358]
1557 1359
1558[[package]] 1360[[package]]
1559name = "pkg-config"
1560version = "0.3.29"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
1563
1564[[package]]
1565name = "powerfmt" 1361name = "powerfmt"
1566version = "0.2.0" 1362version = "0.2.0"
1567source = "registry+https://github.com/rust-lang/crates.io-index" 1363source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1577,16 +1373,6 @@ dependencies = [
1577] 1373]
1578 1374
1579[[package]] 1375[[package]]
1580name = "quick-xml"
1581version = "0.26.0"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
1584dependencies = [
1585 "memchr",
1586 "serde",
1587]
1588
1589[[package]]
1590name = "quote" 1376name = "quote"
1591version = "1.0.35" 1377version = "1.0.35"
1592source = "registry+https://github.com/rust-lang/crates.io-index" 1378source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1610,18 +1396,7 @@ version = "0.4.1"
1610source = "registry+https://github.com/rust-lang/crates.io-index" 1396source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1397checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
1612dependencies = [ 1398dependencies = [
1613 "bitflags 1.3.2", 1399 "bitflags",
1614]
1615
1616[[package]]
1617name = "redox_users"
1618version = "0.4.4"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
1621dependencies = [
1622 "getrandom",
1623 "libredox",
1624 "thiserror",
1625] 1400]
1626 1401
1627[[package]] 1402[[package]]
@@ -1656,16 +1431,6 @@ dependencies = [
1656] 1431]
1657 1432
1658[[package]] 1433[[package]]
1659name = "rust-ini"
1660version = "0.18.0"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
1663dependencies = [
1664 "cfg-if",
1665 "ordered-multimap",
1666]
1667
1668[[package]]
1669name = "rustc-demangle" 1434name = "rustc-demangle"
1670version = "0.1.23" 1435version = "0.1.23"
1671source = "registry+https://github.com/rust-lang/crates.io-index" 1436source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1681,19 +1446,6 @@ dependencies = [
1681] 1446]
1682 1447
1683[[package]] 1448[[package]]
1684name = "rustix"
1685version = "0.38.30"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
1688dependencies = [
1689 "bitflags 2.4.2",
1690 "errno",
1691 "libc",
1692 "linux-raw-sys",
1693 "windows-sys 0.52.0",
1694]
1695
1696[[package]]
1697name = "rustls" 1449name = "rustls"
1698version = "0.21.10" 1450version = "0.21.10"
1699source = "registry+https://github.com/rust-lang/crates.io-index" 1451source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1793,7 +1545,7 @@ version = "2.9.2"
1793source = "registry+https://github.com/rust-lang/crates.io-index" 1545source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1546checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
1795dependencies = [ 1547dependencies = [
1796 "bitflags 1.3.2", 1548 "bitflags",
1797 "core-foundation", 1549 "core-foundation",
1798 "core-foundation-sys", 1550 "core-foundation-sys",
1799 "libc", 1551 "libc",
@@ -1874,7 +1626,6 @@ name = "server"
1874version = "0.1.0" 1626version = "0.1.0"
1875dependencies = [ 1627dependencies = [
1876 "aws-config", 1628 "aws-config",
1877 "aws-creds",
1878 "aws-sdk-s3", 1629 "aws-sdk-s3",
1879 "axum", 1630 "axum",
1880 "base64", 1631 "base64",
@@ -1882,11 +1633,9 @@ dependencies = [
1882 "common", 1633 "common",
1883 "mime", 1634 "mime",
1884 "serde", 1635 "serde",
1885 "serde_json",
1886 "tokio", 1636 "tokio",
1887 "tokio-util", 1637 "tokio-util",
1888 "tower", 1638 "tower",
1889 "tower-service",
1890] 1639]
1891 1640
1892[[package]] 1641[[package]]
@@ -1995,46 +1744,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 1744checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
1996 1745
1997[[package]] 1746[[package]]
1998name = "tempfile"
1999version = "3.9.0"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
2002dependencies = [
2003 "cfg-if",
2004 "fastrand",
2005 "redox_syscall",
2006 "rustix",
2007 "windows-sys 0.52.0",
2008]
2009
2010[[package]]
2011name = "thiserror"
2012version = "1.0.56"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
2015dependencies = [
2016 "thiserror-impl",
2017]
2018
2019[[package]]
2020name = "thiserror-impl"
2021version = "1.0.56"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
2024dependencies = [
2025 "proc-macro2",
2026 "quote",
2027 "syn",
2028]
2029
2030[[package]]
2031name = "time" 1747name = "time"
2032version = "0.3.31" 1748version = "0.3.31"
2033source = "registry+https://github.com/rust-lang/crates.io-index" 1749source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" 1750checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
2035dependencies = [ 1751dependencies = [
2036 "deranged", 1752 "deranged",
2037 "itoa",
2038 "powerfmt", 1753 "powerfmt",
2039 "serde", 1754 "serde",
2040 "time-core", 1755 "time-core",
@@ -2248,12 +1963,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" 1963checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
2249 1964
2250[[package]] 1965[[package]]
2251name = "vcpkg"
2252version = "0.2.15"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2255
2256[[package]]
2257name = "version_check" 1966name = "version_check"
2258version = "0.9.4" 1967version = "0.9.4"
2259source = "registry+https://github.com/rust-lang/crates.io-index" 1968source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2335,28 +2044,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" 2044checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
2336 2045
2337[[package]] 2046[[package]]
2338name = "winapi"
2339version = "0.3.9"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2342dependencies = [
2343 "winapi-i686-pc-windows-gnu",
2344 "winapi-x86_64-pc-windows-gnu",
2345]
2346
2347[[package]]
2348name = "winapi-i686-pc-windows-gnu"
2349version = "0.4.0"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2352
2353[[package]]
2354name = "winapi-x86_64-pc-windows-gnu"
2355version = "0.4.0"
2356source = "registry+https://github.com/rust-lang/crates.io-index"
2357checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2358
2359[[package]]
2360name = "windows-core" 2047name = "windows-core"
2361version = "0.52.0" 2048version = "0.52.0"
2362source = "registry+https://github.com/rust-lang/crates.io-index" 2049source = "registry+https://github.com/rust-lang/crates.io-index"