|
|
@ -445,6 +445,12 @@ version = "0.13.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "base64" |
|
|
|
version = "0.21.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bincode" |
|
|
|
version = "1.3.3" |
|
|
@ -503,6 +509,9 @@ name = "bitflags" |
|
|
|
version = "2.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
|
|
|
dependencies = [ |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "block" |
|
|
@ -2883,11 +2892,11 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "plist" |
|
|
|
version = "1.4.0" |
|
|
|
version = "1.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5329b8f106a176ab0dce4aae5da86bfcb139bb74fb00882859e03745011f3635" |
|
|
|
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"base64 0.21.4", |
|
|
|
"indexmap 1.9.3", |
|
|
|
"line-wrap", |
|
|
|
"quick-xml", |
|
|
@ -3022,9 +3031,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quick-xml" |
|
|
|
version = "0.26.0" |
|
|
|
version = "0.29.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" |
|
|
|
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
@ -3215,13 +3224,14 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ron" |
|
|
|
version = "0.8.0" |
|
|
|
version = "0.8.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff" |
|
|
|
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"bitflags 1.3.2", |
|
|
|
"base64 0.21.4", |
|
|
|
"bitflags 2.4.0", |
|
|
|
"serde", |
|
|
|
"serde_derive", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -3274,14 +3284,24 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustls" |
|
|
|
version = "0.20.9" |
|
|
|
version = "0.21.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" |
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" |
|
|
|
dependencies = [ |
|
|
|
"log", |
|
|
|
"ring", |
|
|
|
"rustls-webpki", |
|
|
|
"sct", |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustls-webpki" |
|
|
|
version = "0.101.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe" |
|
|
|
dependencies = [ |
|
|
|
"ring", |
|
|
|
"untrusted", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -3966,17 +3986,17 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ureq" |
|
|
|
version = "2.6.2" |
|
|
|
version = "2.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d" |
|
|
|
checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"base64 0.21.4", |
|
|
|
"flate2", |
|
|
|
"log", |
|
|
|
"once_cell", |
|
|
|
"rustls", |
|
|
|
"rustls-webpki", |
|
|
|
"url", |
|
|
|
"webpki", |
|
|
|
"webpki-roots", |
|
|
|
] |
|
|
|
|
|
|
@ -4005,7 +4025,7 @@ version = "0.28.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8b5b7c2b30845b3348c067ca3d09e20cc6e327c288f0ca4c48698712abf432e9" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"base64 0.13.1", |
|
|
|
"data-url", |
|
|
|
"flate2", |
|
|
|
"imagesize", |
|
|
@ -4248,24 +4268,11 @@ dependencies = [ |
|
|
|
"web-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "webpki" |
|
|
|
version = "0.22.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e" |
|
|
|
dependencies = [ |
|
|
|
"ring", |
|
|
|
"untrusted", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "webpki-roots" |
|
|
|
version = "0.22.6" |
|
|
|
version = "0.25.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" |
|
|
|
dependencies = [ |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wgpu" |
|
|
|