|
|
@@ -2079,6 +2079,16 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "core-foundation"
|
|
|
+version = "0.9.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
+dependencies = [
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "core-foundation"
|
|
|
version = "0.10.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
|
@@ -4596,17 +4606,17 @@ checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
|
|
|
|
|
|
[[package]]
|
|
|
name = "native-tls"
|
|
|
-version = "0.2.16"
|
|
|
+version = "0.2.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d5d26952a508f321b4d3d2e80e78fc2603eaefcdf0c30783867f19586518bdc"
|
|
|
+checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"log",
|
|
|
"openssl",
|
|
|
- "openssl-probe",
|
|
|
+ "openssl-probe 0.1.6",
|
|
|
"openssl-sys",
|
|
|
"schannel",
|
|
|
- "security-framework",
|
|
|
+ "security-framework 2.11.1",
|
|
|
"security-framework-sys",
|
|
|
"tempfile",
|
|
|
]
|
|
|
@@ -4901,6 +4911,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl-probe"
|
|
|
+version = "0.1.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-probe"
|
|
|
version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
|
@@ -6252,10 +6268,10 @@ version = "0.8.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
|
dependencies = [
|
|
|
- "openssl-probe",
|
|
|
+ "openssl-probe 0.2.1",
|
|
|
"rustls-pki-types",
|
|
|
"schannel",
|
|
|
- "security-framework",
|
|
|
+ "security-framework 3.6.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -6499,12 +6515,25 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "security-framework"
|
|
|
+version = "2.11.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.11.0",
|
|
|
+ "core-foundation 0.9.4",
|
|
|
+ "core-foundation-sys",
|
|
|
+ "libc",
|
|
|
+ "security-framework-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "security-framework"
|
|
|
version = "3.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d17b898a6d6948c3a8ee4372c17cb384f90d2e6e912ef00895b14fd7ab54ec38"
|
|
|
dependencies = [
|
|
|
"bitflags 2.11.0",
|
|
|
- "core-foundation",
|
|
|
+ "core-foundation 0.10.1",
|
|
|
"core-foundation-sys",
|
|
|
"libc",
|
|
|
"security-framework-sys",
|
|
|
@@ -8668,9 +8697,9 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
|
|
|
|
[[package]]
|
|
|
name = "unicode-ident"
|
|
|
-version = "1.0.23"
|
|
|
+version = "1.0.24"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
|
|
|
+checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
|
|
|
|
[[package]]
|
|
|
name = "unicode-normalization"
|