|
@ -352,9 +352,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "bigdecimal" |
|
|
name = "bigdecimal" |
|
|
version = "0.4.6" |
|
|
version = "0.4.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" |
|
|
checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
"autocfg", |
|
|
"libm", |
|
|
"libm", |
|
@ -464,7 +464,7 @@ dependencies = [ |
|
|
"futures", |
|
|
"futures", |
|
|
"hashbrown 0.14.5", |
|
|
"hashbrown 0.14.5", |
|
|
"once_cell", |
|
|
"once_cell", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"tokio", |
|
|
"tokio", |
|
|
"web-time", |
|
|
"web-time", |
|
|
] |
|
|
] |
|
@ -489,9 +489,9 @@ checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "cc" |
|
|
name = "cc" |
|
|
version = "1.2.2" |
|
|
version = "1.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" |
|
|
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"shlex", |
|
|
"shlex", |
|
|
] |
|
|
] |
|
@ -504,9 +504,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "chrono" |
|
|
name = "chrono" |
|
|
version = "0.4.38" |
|
|
version = "0.4.39" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"android-tzdata", |
|
|
"android-tzdata", |
|
|
"iana-time-zone", |
|
|
"iana-time-zone", |
|
@ -580,7 +580,7 @@ checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cookie", |
|
|
"cookie", |
|
|
"document-features", |
|
|
"document-features", |
|
|
"idna 1.0.3", |
|
|
"idna", |
|
|
"log", |
|
|
"log", |
|
|
"publicsuffix", |
|
|
"publicsuffix", |
|
|
"serde", |
|
|
"serde", |
|
@ -963,9 +963,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "fastrand" |
|
|
name = "fastrand" |
|
|
version = "2.2.0" |
|
|
version = "2.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" |
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "fern" |
|
|
name = "fern" |
|
@ -1271,7 +1271,7 @@ dependencies = [ |
|
|
"pest_derive", |
|
|
"pest_derive", |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"walkdir", |
|
|
"walkdir", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1311,9 +1311,9 @@ checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "hickory-proto" |
|
|
name = "hickory-proto" |
|
|
version = "0.24.1" |
|
|
version = "0.24.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512" |
|
|
checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"async-trait", |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
@ -1322,11 +1322,11 @@ dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
"futures-io", |
|
|
"futures-io", |
|
|
"futures-util", |
|
|
"futures-util", |
|
|
"idna 0.4.0", |
|
|
"idna", |
|
|
"ipnet", |
|
|
"ipnet", |
|
|
"once_cell", |
|
|
"once_cell", |
|
|
"rand", |
|
|
"rand", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"tinyvec", |
|
|
"tinyvec", |
|
|
"tokio", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing", |
|
@ -1335,9 +1335,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "hickory-resolver" |
|
|
name = "hickory-resolver" |
|
|
version = "0.24.1" |
|
|
version = "0.24.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" |
|
|
checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
"futures-util", |
|
|
"futures-util", |
|
@ -1349,7 +1349,7 @@ dependencies = [ |
|
|
"rand", |
|
|
"rand", |
|
|
"resolv-conf", |
|
|
"resolv-conf", |
|
|
"smallvec", |
|
|
"smallvec", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"tokio", |
|
|
"tokio", |
|
|
"tracing", |
|
|
"tracing", |
|
|
] |
|
|
] |
|
@ -1527,7 +1527,7 @@ dependencies = [ |
|
|
"rustls 0.23.19", |
|
|
"rustls 0.23.19", |
|
|
"rustls-pki-types", |
|
|
"rustls-pki-types", |
|
|
"tokio", |
|
|
"tokio", |
|
|
"tokio-rustls 0.26.0", |
|
|
"tokio-rustls 0.26.1", |
|
|
"tower-service", |
|
|
"tower-service", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1713,16 +1713,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.4.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"unicode-bidi", |
|
|
|
|
|
"unicode-normalization", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "idna" |
|
|
name = "idna" |
|
|
version = "1.0.3" |
|
|
version = "1.0.3" |
|
@ -1815,9 +1805,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "js-sys" |
|
|
name = "js-sys" |
|
|
version = "0.3.74" |
|
|
version = "0.3.76" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" |
|
|
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"once_cell", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen", |
|
@ -1864,9 +1854,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "lettre" |
|
|
name = "lettre" |
|
|
version = "0.11.10" |
|
|
version = "0.11.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0161e452348e399deb685ba05e55ee116cae9410f4f51fe42d597361444521d9" |
|
|
checksum = "ab4c9a167ff73df98a5ecc07e8bf5ce90b583665da3d1762eb1f775ad4d0d6f5" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"async-std", |
|
|
"async-std", |
|
|
"async-trait", |
|
|
"async-trait", |
|
@ -1879,7 +1869,7 @@ dependencies = [ |
|
|
"futures-util", |
|
|
"futures-util", |
|
|
"hostname 0.4.0", |
|
|
"hostname 0.4.0", |
|
|
"httpdate", |
|
|
"httpdate", |
|
|
"idna 1.0.3", |
|
|
"idna", |
|
|
"mime", |
|
|
"mime", |
|
|
"native-tls", |
|
|
"native-tls", |
|
|
"nom", |
|
|
"nom", |
|
@ -1895,9 +1885,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libc" |
|
|
name = "libc" |
|
|
version = "0.2.167" |
|
|
version = "0.2.168" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" |
|
|
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libm" |
|
|
name = "libm" |
|
@ -2404,20 +2394,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pest" |
|
|
name = "pest" |
|
|
version = "2.7.14" |
|
|
version = "2.7.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" |
|
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"memchr", |
|
|
"thiserror", |
|
|
"thiserror 2.0.6", |
|
|
"ucd-trie", |
|
|
"ucd-trie", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pest_derive" |
|
|
name = "pest_derive" |
|
|
version = "2.7.14" |
|
|
version = "2.7.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" |
|
|
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"pest", |
|
|
"pest", |
|
|
"pest_generator", |
|
|
"pest_generator", |
|
@ -2425,9 +2415,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pest_generator" |
|
|
name = "pest_generator" |
|
|
version = "2.7.14" |
|
|
version = "2.7.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" |
|
|
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"pest", |
|
|
"pest", |
|
|
"pest_meta", |
|
|
"pest_meta", |
|
@ -2438,9 +2428,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pest_meta" |
|
|
name = "pest_meta" |
|
|
version = "2.7.14" |
|
|
version = "2.7.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" |
|
|
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"once_cell", |
|
|
"pest", |
|
|
"pest", |
|
@ -2622,7 +2612,7 @@ version = "2.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" |
|
|
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"idna 1.0.3", |
|
|
"idna", |
|
|
"psl-types", |
|
|
"psl-types", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -3016,15 +3006,15 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rustix" |
|
|
name = "rustix" |
|
|
version = "0.38.41" |
|
|
version = "0.38.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" |
|
|
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"bitflags", |
|
|
"errno", |
|
|
"errno", |
|
|
"libc", |
|
|
"libc", |
|
|
"linux-raw-sys", |
|
|
"linux-raw-sys", |
|
|
"windows-sys 0.52.0", |
|
|
"windows-sys 0.59.0", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3314,7 +3304,7 @@ checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"num-bigint", |
|
|
"num-bigint", |
|
|
"num-traits", |
|
|
"num-traits", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"time", |
|
|
"time", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -3496,7 +3486,16 @@ version = "1.0.69" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"thiserror-impl", |
|
|
"thiserror-impl 1.0.69", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "thiserror" |
|
|
|
|
|
version = "2.0.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"thiserror-impl 2.0.6", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -3510,6 +3509,17 @@ dependencies = [ |
|
|
"syn", |
|
|
"syn", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "thiserror-impl" |
|
|
|
|
|
version = "2.0.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
"quote", |
|
|
|
|
|
"syn", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "thread_local" |
|
|
name = "thread_local" |
|
|
version = "1.1.8" |
|
|
version = "1.1.8" |
|
@ -3638,12 +3648,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tokio-rustls" |
|
|
name = "tokio-rustls" |
|
|
version = "0.26.0" |
|
|
version = "0.26.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" |
|
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"rustls 0.23.19", |
|
|
"rustls 0.23.19", |
|
|
"rustls-pki-types", |
|
|
|
|
|
"tokio", |
|
|
"tokio", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -3655,15 +3664,15 @@ checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"either", |
|
|
"either", |
|
|
"futures-util", |
|
|
"futures-util", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"tokio", |
|
|
"tokio", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tokio-stream" |
|
|
name = "tokio-stream" |
|
|
version = "0.1.16" |
|
|
version = "0.1.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" |
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
@ -3829,7 +3838,7 @@ dependencies = [ |
|
|
"log", |
|
|
"log", |
|
|
"rand", |
|
|
"rand", |
|
|
"sha1", |
|
|
"sha1", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"url", |
|
|
"url", |
|
|
"utf-8", |
|
|
"utf-8", |
|
|
] |
|
|
] |
|
@ -3865,27 +3874,12 @@ dependencies = [ |
|
|
"version_check", |
|
|
"version_check", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "unicode-bidi" |
|
|
|
|
|
version = "0.3.17" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "unicode-ident" |
|
|
name = "unicode-ident" |
|
|
version = "1.0.14" |
|
|
version = "1.0.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "unicode-normalization" |
|
|
|
|
|
version = "0.1.24" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"tinyvec", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "unicode-xid" |
|
|
name = "unicode-xid" |
|
|
version = "0.2.6" |
|
|
version = "0.2.6" |
|
@ -3905,7 +3899,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", |
|
|
"serde", |
|
|
"serde", |
|
|
] |
|
|
] |
|
@ -4051,9 +4045,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen" |
|
|
name = "wasm-bindgen" |
|
|
version = "0.2.97" |
|
|
version = "0.2.99" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" |
|
|
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
"once_cell", |
|
@ -4062,13 +4056,12 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-backend" |
|
|
name = "wasm-bindgen-backend" |
|
|
version = "0.2.97" |
|
|
version = "0.2.99" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" |
|
|
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bumpalo", |
|
|
"bumpalo", |
|
|
"log", |
|
|
"log", |
|
|
"once_cell", |
|
|
|
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
|
"syn", |
|
|
"syn", |
|
@ -4077,9 +4070,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-futures" |
|
|
name = "wasm-bindgen-futures" |
|
|
version = "0.4.47" |
|
|
version = "0.4.49" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" |
|
|
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
"js-sys", |
|
|
"js-sys", |
|
@ -4090,9 +4083,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro" |
|
|
name = "wasm-bindgen-macro" |
|
|
version = "0.2.97" |
|
|
version = "0.2.99" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" |
|
|
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"quote", |
|
|
"quote", |
|
|
"wasm-bindgen-macro-support", |
|
|
"wasm-bindgen-macro-support", |
|
@ -4100,9 +4093,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro-support" |
|
|
name = "wasm-bindgen-macro-support" |
|
|
version = "0.2.97" |
|
|
version = "0.2.99" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" |
|
|
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
@ -4113,9 +4106,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-shared" |
|
|
name = "wasm-bindgen-shared" |
|
|
version = "0.2.97" |
|
|
version = "0.2.99" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" |
|
|
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-streams" |
|
|
name = "wasm-streams" |
|
@ -4132,9 +4125,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "web-sys" |
|
|
name = "web-sys" |
|
|
version = "0.3.74" |
|
|
version = "0.3.76" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" |
|
|
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen", |
|
@ -4164,7 +4157,7 @@ dependencies = [ |
|
|
"serde_cbor", |
|
|
"serde_cbor", |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"thiserror", |
|
|
"thiserror 1.0.69", |
|
|
"tracing", |
|
|
"tracing", |
|
|
"url", |
|
|
"url", |
|
|
] |
|
|
] |
|
|