|
@@ -4750,6 +4750,7 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
dependencies = [
|
|
|
"ahash 0.8.11",
|
|
|
"allocator-api2",
|
|
|
+ "serde",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -5821,7 +5822,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
- "windows-targets 0.52.6",
|
|
|
+ "windows-targets 0.48.5",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -11651,9 +11652,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "walrus"
|
|
|
-version = "0.20.3"
|
|
|
+version = "0.21.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2c03529cd0c4400a2449f640d2f27cd1b48c3065226d15e26d98e4429ab0adb7"
|
|
|
+checksum = "467611cafbc8a84834b77d2b4bb191fd2f5769752def8340407e924390c6883b"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"gimli 0.26.2",
|
|
@@ -11662,7 +11663,7 @@ dependencies = [
|
|
|
"log",
|
|
|
"walrus-macro",
|
|
|
"wasm-encoder",
|
|
|
- "wasmparser 0.80.2",
|
|
|
+ "wasmparser 0.212.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -11727,19 +11728,20 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
|
|
+checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
+ "once_cell",
|
|
|
"wasm-bindgen-macro",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-backend"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
|
|
+checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
|
|
dependencies = [
|
|
|
"bumpalo",
|
|
|
"log",
|
|
@@ -11752,12 +11754,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-cli-support"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca821da8c1ae6c87c5e94493939a206daa8587caff227c6032e0061a3d80817f"
|
|
|
+checksum = "1a7f49ca6e7da74d53d6d716b868828a47d1c3808a8f676e2104fadd3b9874bb"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
- "base64 0.21.7",
|
|
|
+ "base64 0.22.1",
|
|
|
"log",
|
|
|
"rustc-demangle",
|
|
|
"serde_json",
|
|
@@ -11774,12 +11776,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-externref-xform"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "102582726b35a30d53157fbf8de3d0f0fed4c40c0c7951d69a034e9ef01da725"
|
|
|
+checksum = "2c1f37f2705f4177cc87e5b2763115d078d39e4843e351438b34b085d53a8930"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"walrus",
|
|
|
+ "wasm-bindgen-wasm-conventions",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -11796,9 +11799,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
|
|
+checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
|
|
dependencies = [
|
|
|
"quote",
|
|
|
"wasm-bindgen-macro-support",
|
|
@@ -11806,9 +11809,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
|
+checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -11819,19 +11822,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-multi-value-xform"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3498e4799f43523d780ceff498f04d882a8dbc9719c28020034822e5952f32a4"
|
|
|
+checksum = "2864e3f221fef3869992b541b238e55f53f99b43c4ce220422a6e1ec9458dc21"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"walrus",
|
|
|
+ "wasm-bindgen-wasm-conventions",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-shared"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
|
+checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-test"
|
|
@@ -11860,9 +11864,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-threads-xform"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d5add359b7f7d09a55299a9d29be54414264f2b8cf84f8c8fda5be9269b5dd9"
|
|
|
+checksum = "7e9ca60ee029d64cf6f63a630050935360c3877844f6de38e8287afb8f1d2715"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"walrus",
|
|
@@ -11871,19 +11875,22 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-wasm-conventions"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8c04e3607b810e76768260db3a5f2e8beb477cb089ef8726da85c8eb9bd3b575"
|
|
|
+checksum = "6e429e00149de60ffc768e6e1f0563778a237e7c11cc01801edf9734bff8161f"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
+ "leb128",
|
|
|
+ "log",
|
|
|
"walrus",
|
|
|
+ "wasmparser 0.212.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-bindgen-wasm-interpreter"
|
|
|
-version = "0.2.92"
|
|
|
+version = "0.2.93"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9ea966593c8243a33eb4d643254eb97a69de04e89462f46cf6b4f506aae89b3a"
|
|
|
+checksum = "771c49db324f195f221796bf3868247dd91cca4a85604dcb3729213e439abe59"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"log",
|
|
@@ -11893,9 +11900,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasm-encoder"
|
|
|
-version = "0.29.0"
|
|
|
+version = "0.212.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881"
|
|
|
+checksum = "501940df4418b8929eb6d52f1aade1fdd15a5b86c92453cb696e3c906bd3fc33"
|
|
|
dependencies = [
|
|
|
"leb128",
|
|
|
]
|
|
@@ -11966,9 +11973,17 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasmparser"
|
|
|
-version = "0.80.2"
|
|
|
+version = "0.212.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
|
|
|
+checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8"
|
|
|
+dependencies = [
|
|
|
+ "ahash 0.8.11",
|
|
|
+ "bitflags 2.6.0",
|
|
|
+ "hashbrown 0.14.5",
|
|
|
+ "indexmap 2.3.0",
|
|
|
+ "semver 1.0.23",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "wasmparser"
|