A library for ATProtocol identities.

bug: updating deps that were bringing in native ssl

Signed-off-by: Nick Gerakines <nick.gerakines@gmail.com>

Changed files
+2 -168
+1 -167
Cargo.lock
··· 794 794 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 795 795 796 796 [[package]] 797 - name = "errno" 798 - version = "0.3.12" 799 - source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" 801 - dependencies = [ 802 - "libc", 803 - "windows-sys 0.59.0", 804 - ] 805 - 806 - [[package]] 807 - name = "fastrand" 808 - version = "2.3.0" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 811 - 812 - [[package]] 813 797 name = "ff" 814 798 version = "0.13.1" 815 799 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 830 814 version = "0.1.5" 831 815 source = "registry+https://github.com/rust-lang/crates.io-index" 832 816 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 833 - 834 - [[package]] 835 - name = "foreign-types" 836 - version = "0.3.2" 837 - source = "registry+https://github.com/rust-lang/crates.io-index" 838 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 839 - dependencies = [ 840 - "foreign-types-shared", 841 - ] 842 - 843 - [[package]] 844 - name = "foreign-types-shared" 845 - version = "0.1.1" 846 - source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 848 817 849 818 [[package]] 850 819 name = "form_urlencoded" ··· 1198 1167 ] 1199 1168 1200 1169 [[package]] 1201 - name = "hyper-tls" 1202 - version = "0.6.0" 1203 - source = "registry+https://github.com/rust-lang/crates.io-index" 1204 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1205 - dependencies = [ 1206 - "bytes", 1207 - "http-body-util", 1208 - "hyper", 1209 - "hyper-util", 1210 - "native-tls", 1211 - "tokio", 1212 - "tokio-native-tls", 1213 - "tower-service", 1214 - ] 1215 - 1216 - [[package]] 1217 1170 name = "hyper-util" 1218 1171 version = "0.1.13" 1219 1172 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1454 1407 checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 1455 1408 1456 1409 [[package]] 1457 - name = "linux-raw-sys" 1458 - version = "0.9.4" 1459 - source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 1461 - 1462 - [[package]] 1463 1410 name = "litemap" 1464 1411 version = "0.8.0" 1465 1412 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1608 1555 ] 1609 1556 1610 1557 [[package]] 1611 - name = "native-tls" 1612 - version = "0.2.14" 1613 - source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1615 - dependencies = [ 1616 - "libc", 1617 - "log", 1618 - "openssl", 1619 - "openssl-probe", 1620 - "openssl-sys", 1621 - "schannel", 1622 - "security-framework 2.11.1", 1623 - "security-framework-sys", 1624 - "tempfile", 1625 - ] 1626 - 1627 - [[package]] 1628 1558 name = "nu-ansi-term" 1629 1559 version = "0.46.0" 1630 1560 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1669 1599 checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1670 1600 1671 1601 [[package]] 1672 - name = "openssl" 1673 - version = "0.10.73" 1674 - source = "registry+https://github.com/rust-lang/crates.io-index" 1675 - checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1676 - dependencies = [ 1677 - "bitflags", 1678 - "cfg-if", 1679 - "foreign-types", 1680 - "libc", 1681 - "once_cell", 1682 - "openssl-macros", 1683 - "openssl-sys", 1684 - ] 1685 - 1686 - [[package]] 1687 - name = "openssl-macros" 1688 - version = "0.1.1" 1689 - source = "registry+https://github.com/rust-lang/crates.io-index" 1690 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1691 - dependencies = [ 1692 - "proc-macro2", 1693 - "quote", 1694 - "syn", 1695 - ] 1696 - 1697 - [[package]] 1698 1602 name = "openssl-probe" 1699 1603 version = "0.1.6" 1700 1604 source = "registry+https://github.com/rust-lang/crates.io-index" 1701 1605 checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1702 - 1703 - [[package]] 1704 - name = "openssl-sys" 1705 - version = "0.9.109" 1706 - source = "registry+https://github.com/rust-lang/crates.io-index" 1707 - checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1708 - dependencies = [ 1709 - "cc", 1710 - "libc", 1711 - "pkg-config", 1712 - "vcpkg", 1713 - ] 1714 1606 1715 1607 [[package]] 1716 1608 name = "overload" ··· 2052 1944 "http-body-util", 2053 1945 "hyper", 2054 1946 "hyper-rustls", 2055 - "hyper-tls", 2056 1947 "hyper-util", 2057 1948 "ipnet", 2058 1949 "js-sys", 2059 1950 "log", 2060 1951 "mime", 2061 1952 "mime_guess", 2062 - "native-tls", 2063 1953 "once_cell", 2064 1954 "percent-encoding", 2065 1955 "pin-project-lite", ··· 2071 1961 "serde_urlencoded", 2072 1962 "sync_wrapper", 2073 1963 "tokio", 2074 - "tokio-native-tls", 2075 1964 "tokio-rustls", 2076 1965 "tower", 2077 1966 "tower-http", ··· 2183 2072 ] 2184 2073 2185 2074 [[package]] 2186 - name = "rustix" 2187 - version = "1.0.7" 2188 - source = "registry+https://github.com/rust-lang/crates.io-index" 2189 - checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" 2190 - dependencies = [ 2191 - "bitflags", 2192 - "errno", 2193 - "libc", 2194 - "linux-raw-sys", 2195 - "windows-sys 0.59.0", 2196 - ] 2197 - 2198 - [[package]] 2199 2075 name = "rustls" 2200 2076 version = "0.23.27" 2201 2077 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2218 2094 "openssl-probe", 2219 2095 "rustls-pki-types", 2220 2096 "schannel", 2221 - "security-framework 3.2.0", 2097 + "security-framework", 2222 2098 ] 2223 2099 2224 2100 [[package]] ··· 2302 2178 2303 2179 [[package]] 2304 2180 name = "security-framework" 2305 - version = "2.11.1" 2306 - source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2308 - dependencies = [ 2309 - "bitflags", 2310 - "core-foundation 0.9.4", 2311 - "core-foundation-sys", 2312 - "libc", 2313 - "security-framework-sys", 2314 - ] 2315 - 2316 - [[package]] 2317 - name = "security-framework" 2318 2181 version = "3.2.0" 2319 2182 source = "registry+https://github.com/rust-lang/crates.io-index" 2320 2183 checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" ··· 2590 2453 checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2591 2454 2592 2455 [[package]] 2593 - name = "tempfile" 2594 - version = "3.20.0" 2595 - source = "registry+https://github.com/rust-lang/crates.io-index" 2596 - checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 2597 - dependencies = [ 2598 - "fastrand", 2599 - "getrandom 0.3.3", 2600 - "once_cell", 2601 - "rustix", 2602 - "windows-sys 0.59.0", 2603 - ] 2604 - 2605 - [[package]] 2606 2456 name = "thiserror" 2607 2457 version = "1.0.69" 2608 2458 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2704 2554 "proc-macro2", 2705 2555 "quote", 2706 2556 "syn", 2707 - ] 2708 - 2709 - [[package]] 2710 - name = "tokio-native-tls" 2711 - version = "0.3.1" 2712 - source = "registry+https://github.com/rust-lang/crates.io-index" 2713 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2714 - dependencies = [ 2715 - "native-tls", 2716 - "tokio", 2717 2557 ] 2718 2558 2719 2559 [[package]] ··· 2960 2800 version = "0.1.1" 2961 2801 source = "registry+https://github.com/rust-lang/crates.io-index" 2962 2802 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2963 - 2964 - [[package]] 2965 - name = "vcpkg" 2966 - version = "0.2.15" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2969 2803 2970 2804 [[package]] 2971 2805 name = "version_check"
+1 -1
Cargo.toml
··· 47 47 p256 = "0.13.2" 48 48 p384 = "0.13.0" 49 49 rand = "0.8" 50 - reqwest = { version = "0.12", features = ["json", "rustls-tls"] } 50 + reqwest = { version = "0.12", default-features = false, features = ["charset", "http2", "system-proxy", "json", "rustls-tls"] } 51 51 reqwest-chain = "1.0.0" 52 52 reqwest-middleware = { version = "0.4.2", features = ["json", "multipart"]} 53 53 rpassword = "7.3"