|
@@ -128,7 +128,7 @@ dependencies = [
|
|
|
"futures-core",
|
|
"futures-core",
|
|
|
"futures-util",
|
|
"futures-util",
|
|
|
"mio",
|
|
"mio",
|
|
|
- "socket2 0.5.10",
|
|
|
|
|
|
|
+ "socket2",
|
|
|
"tokio",
|
|
"tokio",
|
|
|
"tracing",
|
|
"tracing",
|
|
|
]
|
|
]
|
|
@@ -190,7 +190,7 @@ dependencies = [
|
|
|
"serde_json",
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
"serde_urlencoded",
|
|
|
"smallvec",
|
|
"smallvec",
|
|
|
- "socket2 0.5.10",
|
|
|
|
|
|
|
+ "socket2",
|
|
|
"time",
|
|
"time",
|
|
|
"tracing",
|
|
"tracing",
|
|
|
"url",
|
|
"url",
|
|
@@ -391,7 +391,7 @@ dependencies = [
|
|
|
"getrandom 0.2.16",
|
|
"getrandom 0.2.16",
|
|
|
"getrandom 0.3.3",
|
|
"getrandom 0.3.3",
|
|
|
"hex",
|
|
"hex",
|
|
|
- "indexmap",
|
|
|
|
|
|
|
+ "indexmap 2.10.0",
|
|
|
"js-sys",
|
|
"js-sys",
|
|
|
"once_cell",
|
|
"once_cell",
|
|
|
"rand 0.9.1",
|
|
"rand 0.9.1",
|
|
@@ -449,9 +449,30 @@ dependencies = [
|
|
|
"android-tzdata",
|
|
"android-tzdata",
|
|
|
"iana-time-zone",
|
|
"iana-time-zone",
|
|
|
"num-traits",
|
|
"num-traits",
|
|
|
|
|
+ "serde",
|
|
|
"windows-link",
|
|
"windows-link",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "const-random"
|
|
|
|
|
+version = "0.1.18"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "const-random-macro",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "const-random-macro"
|
|
|
|
|
+version = "0.1.16"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "getrandom 0.2.16",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "tiny-keccak",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "convert_case"
|
|
name = "convert_case"
|
|
|
version = "0.4.0"
|
|
version = "0.4.0"
|
|
@@ -493,6 +514,12 @@ dependencies = [
|
|
|
"cfg-if",
|
|
"cfg-if",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "crunchy"
|
|
|
|
|
+version = "0.2.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "crypto-common"
|
|
name = "crypto-common"
|
|
|
version = "0.1.6"
|
|
version = "0.1.6"
|
|
@@ -505,9 +532,9 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "darling"
|
|
name = "darling"
|
|
|
-version = "0.13.4"
|
|
|
|
|
|
|
+version = "0.20.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
|
|
|
|
+checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"darling_core",
|
|
"darling_core",
|
|
|
"darling_macro",
|
|
"darling_macro",
|
|
@@ -515,27 +542,27 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "darling_core"
|
|
name = "darling_core"
|
|
|
-version = "0.13.4"
|
|
|
|
|
|
|
+version = "0.20.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
|
|
|
|
|
+checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"fnv",
|
|
"fnv",
|
|
|
"ident_case",
|
|
"ident_case",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
"strsim",
|
|
"strsim",
|
|
|
- "syn 1.0.109",
|
|
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "darling_macro"
|
|
name = "darling_macro"
|
|
|
-version = "0.13.4"
|
|
|
|
|
|
|
+version = "0.20.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
|
|
|
|
+checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"darling_core",
|
|
"darling_core",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -551,17 +578,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"powerfmt",
|
|
"powerfmt",
|
|
|
|
|
+ "serde",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
-name = "derivative"
|
|
|
|
|
-version = "2.2.0"
|
|
|
|
|
|
|
+name = "derive-syn-parse"
|
|
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
|
|
|
+checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "derive-where"
|
|
|
|
|
+version = "1.5.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -573,7 +612,7 @@ dependencies = [
|
|
|
"convert_case",
|
|
"convert_case",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "rustc_version 0.4.1",
|
|
|
|
|
|
|
+ "rustc_version",
|
|
|
"syn 2.0.104",
|
|
"syn 2.0.104",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -620,6 +659,12 @@ dependencies = [
|
|
|
"syn 2.0.104",
|
|
"syn 2.0.104",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "dyn-clone"
|
|
|
|
|
+version = "1.0.19"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "encoding_rs"
|
|
name = "encoding_rs"
|
|
|
version = "0.8.35"
|
|
version = "0.8.35"
|
|
@@ -631,14 +676,14 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "enum-as-inner"
|
|
name = "enum-as-inner"
|
|
|
-version = "0.4.0"
|
|
|
|
|
|
|
+version = "0.6.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
|
|
|
|
|
|
|
+checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"heck",
|
|
"heck",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -828,13 +873,19 @@ dependencies = [
|
|
|
"futures-sink",
|
|
"futures-sink",
|
|
|
"futures-util",
|
|
"futures-util",
|
|
|
"http",
|
|
"http",
|
|
|
- "indexmap",
|
|
|
|
|
|
|
+ "indexmap 2.10.0",
|
|
|
"slab",
|
|
"slab",
|
|
|
"tokio",
|
|
"tokio",
|
|
|
"tokio-util",
|
|
"tokio-util",
|
|
|
"tracing",
|
|
"tracing",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hashbrown"
|
|
|
|
|
+version = "0.12.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "hashbrown"
|
|
name = "hashbrown"
|
|
|
version = "0.15.4"
|
|
version = "0.15.4"
|
|
@@ -843,9 +894,9 @@ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "heck"
|
|
name = "heck"
|
|
|
-version = "0.4.1"
|
|
|
|
|
|
|
+version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
|
|
+checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "hex"
|
|
name = "hex"
|
|
@@ -853,6 +904,51 @@ version = "0.4.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hickory-proto"
|
|
|
|
|
+version = "0.24.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "async-trait",
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "data-encoding",
|
|
|
|
|
+ "enum-as-inner",
|
|
|
|
|
+ "futures-channel",
|
|
|
|
|
+ "futures-io",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "idna",
|
|
|
|
|
+ "ipnet",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "rand 0.8.5",
|
|
|
|
|
+ "thiserror",
|
|
|
|
|
+ "tinyvec",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+ "url",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "hickory-resolver"
|
|
|
|
|
+version = "0.24.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "cfg-if",
|
|
|
|
|
+ "futures-util",
|
|
|
|
|
+ "hickory-proto",
|
|
|
|
|
+ "ipconfig",
|
|
|
|
|
+ "lru-cache",
|
|
|
|
|
+ "once_cell",
|
|
|
|
|
+ "parking_lot",
|
|
|
|
|
+ "rand 0.8.5",
|
|
|
|
|
+ "resolv-conf",
|
|
|
|
|
+ "smallvec",
|
|
|
|
|
+ "thiserror",
|
|
|
|
|
+ "tokio",
|
|
|
|
|
+ "tracing",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "hmac"
|
|
name = "hmac"
|
|
|
version = "0.12.1"
|
|
version = "0.12.1"
|
|
@@ -1007,17 +1103,6 @@ version = "1.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "idna"
|
|
|
|
|
-version = "0.2.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "matches",
|
|
|
|
|
- "unicode-bidi",
|
|
|
|
|
- "unicode-normalization",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "idna"
|
|
name = "idna"
|
|
|
version = "1.0.3"
|
|
version = "1.0.3"
|
|
@@ -1045,6 +1130,17 @@ version = "0.1.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
|
|
checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "indexmap"
|
|
|
|
|
+version = "1.9.3"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "autocfg",
|
|
|
|
|
+ "hashbrown 0.12.3",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "indexmap"
|
|
name = "indexmap"
|
|
|
version = "2.10.0"
|
|
version = "2.10.0"
|
|
@@ -1052,7 +1148,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
|
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"equivalent",
|
|
"equivalent",
|
|
|
- "hashbrown",
|
|
|
|
|
|
|
+ "hashbrown 0.15.4",
|
|
|
|
|
+ "serde",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1072,7 +1169,7 @@ version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "socket2 0.5.10",
|
|
|
|
|
|
|
+ "socket2",
|
|
|
"widestring",
|
|
"widestring",
|
|
|
"windows-sys 0.48.0",
|
|
"windows-sys 0.48.0",
|
|
|
"winreg",
|
|
"winreg",
|
|
@@ -1116,12 +1213,6 @@ version = "0.3.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "lazy_static"
|
|
|
|
|
-version = "1.5.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "libc"
|
|
name = "libc"
|
|
|
version = "0.2.174"
|
|
version = "0.2.174"
|
|
@@ -1183,10 +1274,52 @@ dependencies = [
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
-name = "matches"
|
|
|
|
|
-version = "0.1.10"
|
|
|
|
|
|
|
+name = "macro_magic"
|
|
|
|
|
+version = "0.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
|
|
|
|
|
+checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "macro_magic_core",
|
|
|
|
|
+ "macro_magic_macros",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "macro_magic_core"
|
|
|
|
|
+version = "0.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "const-random",
|
|
|
|
|
+ "derive-syn-parse",
|
|
|
|
|
+ "macro_magic_core_macros",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "macro_magic_core_macros"
|
|
|
|
|
+version = "0.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "macro_magic_macros"
|
|
|
|
|
+version = "0.5.1"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "macro_magic_core",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
|
|
+]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "md-5"
|
|
name = "md-5"
|
|
@@ -1243,25 +1376,29 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "mongodb"
|
|
name = "mongodb"
|
|
|
-version = "2.8.2"
|
|
|
|
|
|
|
+version = "3.2.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ef206acb1b72389b49bc9985efe7eb1f8a9bb18e5680d262fac26c07f44025f1"
|
|
|
|
|
|
|
+checksum = "d0f8c69f13acf07eae386a2974f48ffd9187ea2aba8defbea9aa34e7e272c5f3"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"async-trait",
|
|
"async-trait",
|
|
|
"base64 0.13.1",
|
|
"base64 0.13.1",
|
|
|
"bitflags 1.3.2",
|
|
"bitflags 1.3.2",
|
|
|
"bson",
|
|
"bson",
|
|
|
"chrono",
|
|
"chrono",
|
|
|
- "derivative",
|
|
|
|
|
|
|
+ "derive-where",
|
|
|
"derive_more 0.99.20",
|
|
"derive_more 0.99.20",
|
|
|
"futures-core",
|
|
"futures-core",
|
|
|
"futures-executor",
|
|
"futures-executor",
|
|
|
"futures-io",
|
|
"futures-io",
|
|
|
"futures-util",
|
|
"futures-util",
|
|
|
"hex",
|
|
"hex",
|
|
|
|
|
+ "hickory-proto",
|
|
|
|
|
+ "hickory-resolver",
|
|
|
"hmac",
|
|
"hmac",
|
|
|
- "lazy_static",
|
|
|
|
|
|
|
+ "macro_magic",
|
|
|
"md-5",
|
|
"md-5",
|
|
|
|
|
+ "mongodb-internal-macros",
|
|
|
|
|
+ "once_cell",
|
|
|
"pbkdf2",
|
|
"pbkdf2",
|
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
@@ -1271,9 +1408,9 @@ dependencies = [
|
|
|
"serde",
|
|
"serde",
|
|
|
"serde_bytes",
|
|
"serde_bytes",
|
|
|
"serde_with",
|
|
"serde_with",
|
|
|
- "sha-1",
|
|
|
|
|
|
|
+ "sha1",
|
|
|
"sha2",
|
|
"sha2",
|
|
|
- "socket2 0.4.10",
|
|
|
|
|
|
|
+ "socket2",
|
|
|
"stringprep",
|
|
"stringprep",
|
|
|
"strsim",
|
|
"strsim",
|
|
|
"take_mut",
|
|
"take_mut",
|
|
@@ -1281,13 +1418,23 @@ dependencies = [
|
|
|
"tokio",
|
|
"tokio",
|
|
|
"tokio-rustls",
|
|
"tokio-rustls",
|
|
|
"tokio-util",
|
|
"tokio-util",
|
|
|
- "trust-dns-proto",
|
|
|
|
|
- "trust-dns-resolver",
|
|
|
|
|
"typed-builder",
|
|
"typed-builder",
|
|
|
"uuid",
|
|
"uuid",
|
|
|
"webpki-roots",
|
|
"webpki-roots",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "mongodb-internal-macros"
|
|
|
|
|
+version = "3.2.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "b9202de265a3a8bbb43f9fe56db27c93137d4f9fb04c093f47e9c7de0c61ac7d"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "macro_magic",
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "num-conv"
|
|
name = "num-conv"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -1496,6 +1643,26 @@ dependencies = [
|
|
|
"bitflags 2.9.1",
|
|
"bitflags 2.9.1",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ref-cast"
|
|
|
|
|
+version = "1.0.24"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "ref-cast-impl",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ref-cast-impl"
|
|
|
|
|
+version = "1.0.24"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
|
+ "quote",
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "regex"
|
|
name = "regex"
|
|
|
version = "1.11.1"
|
|
version = "1.11.1"
|
|
@@ -1557,32 +1724,23 @@ version = "0.1.25"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
|
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "rustc_version"
|
|
|
|
|
-version = "0.2.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "semver 0.9.0",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rustc_version"
|
|
name = "rustc_version"
|
|
|
version = "0.4.1"
|
|
version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "semver 1.0.26",
|
|
|
|
|
|
|
+ "semver",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rustc_version_runtime"
|
|
name = "rustc_version_runtime"
|
|
|
-version = "0.2.1"
|
|
|
|
|
|
|
+version = "0.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f"
|
|
|
|
|
|
|
+checksum = "2dd18cd2bae1820af0b6ad5e54f4a51d0f3fcc53b05f845675074efcc7af071d"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "rustc_version 0.2.3",
|
|
|
|
|
- "semver 0.9.0",
|
|
|
|
|
|
|
+ "rustc_version",
|
|
|
|
|
+ "semver",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1628,6 +1786,30 @@ version = "1.0.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "schemars"
|
|
|
|
|
+version = "0.9.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "dyn-clone",
|
|
|
|
|
+ "ref-cast",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "serde_json",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "schemars"
|
|
|
|
|
+version = "1.0.4"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "dyn-clone",
|
|
|
|
|
+ "ref-cast",
|
|
|
|
|
+ "serde",
|
|
|
|
|
+ "serde_json",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "scopeguard"
|
|
name = "scopeguard"
|
|
|
version = "1.2.0"
|
|
version = "1.2.0"
|
|
@@ -1644,27 +1826,12 @@ dependencies = [
|
|
|
"untrusted",
|
|
"untrusted",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "semver"
|
|
|
|
|
-version = "0.9.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "semver-parser",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "semver"
|
|
name = "semver"
|
|
|
version = "1.0.26"
|
|
version = "1.0.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
|
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "semver-parser"
|
|
|
|
|
-version = "0.7.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "serde"
|
|
name = "serde"
|
|
|
version = "1.0.219"
|
|
version = "1.0.219"
|
|
@@ -1700,7 +1867,7 @@ version = "1.0.140"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "indexmap",
|
|
|
|
|
|
|
+ "indexmap 2.10.0",
|
|
|
"itoa",
|
|
"itoa",
|
|
|
"memchr",
|
|
"memchr",
|
|
|
"ryu",
|
|
"ryu",
|
|
@@ -1721,35 +1888,34 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "serde_with"
|
|
name = "serde_with"
|
|
|
-version = "1.14.0"
|
|
|
|
|
|
|
+version = "3.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
|
|
|
|
|
|
+checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
|
+ "base64 0.22.1",
|
|
|
|
|
+ "chrono",
|
|
|
|
|
+ "hex",
|
|
|
|
|
+ "indexmap 1.9.3",
|
|
|
|
|
+ "indexmap 2.10.0",
|
|
|
|
|
+ "schemars 0.9.0",
|
|
|
|
|
+ "schemars 1.0.4",
|
|
|
"serde",
|
|
"serde",
|
|
|
|
|
+ "serde_derive",
|
|
|
|
|
+ "serde_json",
|
|
|
"serde_with_macros",
|
|
"serde_with_macros",
|
|
|
|
|
+ "time",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "serde_with_macros"
|
|
name = "serde_with_macros"
|
|
|
-version = "1.5.2"
|
|
|
|
|
|
|
+version = "3.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
|
|
|
|
|
|
+checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"darling",
|
|
"darling",
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
"quote",
|
|
"quote",
|
|
|
- "syn 1.0.109",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "sha-1"
|
|
|
|
|
-version = "0.10.1"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "cfg-if",
|
|
|
|
|
- "cpufeatures",
|
|
|
|
|
- "digest",
|
|
|
|
|
|
|
+ "syn 2.0.104",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1801,16 +1967,6 @@ version = "1.15.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "socket2"
|
|
|
|
|
-version = "0.4.10"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "libc",
|
|
|
|
|
- "winapi",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "socket2"
|
|
name = "socket2"
|
|
|
version = "0.5.10"
|
|
version = "0.5.10"
|
|
@@ -1840,9 +1996,9 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "strsim"
|
|
name = "strsim"
|
|
|
-version = "0.10.0"
|
|
|
|
|
|
|
+version = "0.11.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
+checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "subtle"
|
|
name = "subtle"
|
|
@@ -1963,6 +2119,15 @@ dependencies = [
|
|
|
"time-core",
|
|
"time-core",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "tiny-keccak"
|
|
|
|
|
+version = "2.0.2"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "crunchy",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "tinystr"
|
|
name = "tinystr"
|
|
|
version = "0.8.1"
|
|
version = "0.8.1"
|
|
@@ -2003,7 +2168,7 @@ dependencies = [
|
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
|
"signal-hook-registry",
|
|
"signal-hook-registry",
|
|
|
"slab",
|
|
"slab",
|
|
|
- "socket2 0.5.10",
|
|
|
|
|
|
|
+ "socket2",
|
|
|
"tokio-macros",
|
|
"tokio-macros",
|
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
|
]
|
|
]
|
|
@@ -2075,51 +2240,6 @@ dependencies = [
|
|
|
"once_cell",
|
|
"once_cell",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "trust-dns-proto"
|
|
|
|
|
-version = "0.21.2"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "async-trait",
|
|
|
|
|
- "cfg-if",
|
|
|
|
|
- "data-encoding",
|
|
|
|
|
- "enum-as-inner",
|
|
|
|
|
- "futures-channel",
|
|
|
|
|
- "futures-io",
|
|
|
|
|
- "futures-util",
|
|
|
|
|
- "idna 0.2.3",
|
|
|
|
|
- "ipnet",
|
|
|
|
|
- "lazy_static",
|
|
|
|
|
- "log",
|
|
|
|
|
- "rand 0.8.5",
|
|
|
|
|
- "smallvec",
|
|
|
|
|
- "thiserror",
|
|
|
|
|
- "tinyvec",
|
|
|
|
|
- "tokio",
|
|
|
|
|
- "url",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "trust-dns-resolver"
|
|
|
|
|
-version = "0.21.2"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "cfg-if",
|
|
|
|
|
- "futures-util",
|
|
|
|
|
- "ipconfig",
|
|
|
|
|
- "lazy_static",
|
|
|
|
|
- "log",
|
|
|
|
|
- "lru-cache",
|
|
|
|
|
- "parking_lot",
|
|
|
|
|
- "resolv-conf",
|
|
|
|
|
- "smallvec",
|
|
|
|
|
- "thiserror",
|
|
|
|
|
- "tokio",
|
|
|
|
|
- "trust-dns-proto",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "typed-builder"
|
|
name = "typed-builder"
|
|
|
version = "0.10.0"
|
|
version = "0.10.0"
|
|
@@ -2189,7 +2309,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"form_urlencoded",
|
|
"form_urlencoded",
|
|
|
- "idna 1.0.3",
|
|
|
|
|
|
|
+ "idna",
|
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -2308,28 +2428,6 @@ version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
|
|
checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "winapi"
|
|
|
|
|
-version = "0.3.9"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "winapi-i686-pc-windows-gnu",
|
|
|
|
|
- "winapi-x86_64-pc-windows-gnu",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
-version = "0.4.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
-version = "0.4.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "windows-core"
|
|
name = "windows-core"
|
|
|
version = "0.61.2"
|
|
version = "0.61.2"
|