diff --git a/Cargo.lock b/Cargo.lock index 97ab6da..b9178b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -87,7 +87,7 @@ checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -281,7 +281,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -421,7 +421,7 @@ checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1021,7 +1021,7 @@ checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1043,7 +1043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78" dependencies = [ "proc-macro2", - "syn", + "syn 1.0.107", ] [[package]] @@ -1055,7 +1055,7 @@ dependencies = [ "proc-macro-error-attr", "proc-macro2", "quote", - "syn", + "syn 1.0.107", "version_check", ] @@ -1078,9 +1078,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.51" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" dependencies = [ "unicode-ident", ] @@ -1099,9 +1099,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.23" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2", ] @@ -1179,7 +1179,7 @@ checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1308,7 +1308,7 @@ dependencies = [ "proc-macro2", "quote", "stylist-core", - "syn", + "syn 1.0.107", ] [[package]] @@ -1322,6 +1322,17 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "syn" +version = "2.0.38" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + [[package]] name = "sync_wrapper" version = "0.1.2" @@ -1360,7 +1371,7 @@ checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1427,7 +1438,7 @@ checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1530,7 +1541,7 @@ checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1599,9 +1610,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.83" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" +checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -1609,16 +1620,16 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.83" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" +checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn", + "syn 2.0.38", "wasm-bindgen-shared", ] @@ -1636,9 +1647,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.83" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" +checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -1646,22 +1657,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.83" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" +checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2", "quote", - "syn", + "syn 2.0.38", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.83" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" +checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "web-sys" @@ -1823,7 +1834,7 @@ dependencies = [ "proc-macro2", "pulldown-cmark", "quote", - "syn", + "syn 1.0.107", ] [[package]] @@ -1849,5 +1860,5 @@ source = "git+https://github.com/kcking/yew?branch=mdx#9555d5f8324e740b1fbb79028 dependencies = [ "proc-macro2", "quote", - "syn", + "syn 1.0.107", ] diff --git a/Cargo.toml b/Cargo.toml index a877f20..e30527b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [".", "server"] name = "app" [dependencies] -wasm-bindgen = "=0.2.83" +wasm-bindgen = "=0.2.87" log = "0.4" stylist = { version = "0.10.1", features = [ "yew", diff --git a/WORKSPACE b/WORKSPACE index d818daf..b7d5172 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,7 +1,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") -RULES_RUST_VERSION = "0.20.0" +RULES_RUST_VERSION = "0.29.0" http_archive( name = "rules_rust", @@ -99,33 +99,29 @@ load("@emsdk//:emscripten_deps.bzl", emsdk_emscripten_deps = "emscripten_deps") emsdk_emscripten_deps(emscripten_version = "3.1.19") -# zigcc -# BAZEL_ZIG_CC_VERSION = "v0.9.1" +HERMETIC_CC_TOOLCHAIN_VERSION = "v2.1.2" -# http_archive( -# name = "bazel-zig-cc", -# sha256 = "ab596041c0217a66ed8e6af49955c5d427b1f3e5b5603713696b3444810608f0", -# strip_prefix = "bazel-zig-cc-{}".format(BAZEL_ZIG_CC_VERSION), -# urls = ["https://git.sr.ht/~motiejus/bazel-zig-cc/archive/{}.tar.gz".format(BAZEL_ZIG_CC_VERSION)], -# ) -# local_repository( -# name = "bazel-zig-cc", -# path = "../dev/bazel-zig-cc", -# ) -git_repository( - name = "bazel-zig-cc", - commit = "041d7f26ab51361613af245a3a5ba3fe83130618", - remote = "https://github.com/uber/bazel-zig-cc", +http_archive( + name = "hermetic_cc_toolchain", + sha256 = "28fc71b9b3191c312ee83faa1dc65b38eb70c3a57740368f7e7c7a49bedf3106", + urls = [ + "https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION), + "https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION), + ], ) -load("@bazel-zig-cc//toolchain:defs.bzl", zig_toolchains = "toolchains") +load("@hermetic_cc_toolchain//toolchain:defs.bzl", zig_toolchains = "toolchains") + +# Plain zig_toolchains() will pick reasonable defaults. See +# toolchain/defs.bzl:toolchains on how to change the Zig SDK version and +# download URL. zig_toolchains() # compression for large wasm bundle git_repository( name = "brotli", - commit = "9801a2c5d6c67c467ffad676ac301379bb877fc3", # 2022-05-12 + commit = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d", # 2023-08-29 remote = "https://github.com/google/brotli", ) diff --git a/cargo-bazel.lock.json b/cargo-bazel.lock.json index 7ebc12d..c6c203e 100644 --- a/cargo-bazel.lock.json +++ b/cargo-bazel.lock.json @@ -1,5 +1,5 @@ { - "checksum": "90bf4a23a1dfcb78a31827e9655ebf22da037df8dd2fd0d4663e6ad9b50acd7b", + "checksum": "1d0bec8354df685258817c2f3a60eecd311113db73023104ba78517c0de4dfaf", "crates": { "ahash 0.3.8": { "name": "ahash", @@ -405,11 +405,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -465,11 +465,11 @@ "target": "build_script_build" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -1444,11 +1444,11 @@ "target": "proc_macro_error" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -1534,7 +1534,7 @@ "target": "cfg_if" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" } ], @@ -2204,11 +2204,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -2655,7 +2655,7 @@ "target": "serde" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -2698,7 +2698,7 @@ "deps": { "common": [ { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -2741,7 +2741,7 @@ "deps": { "common": [ { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -2804,7 +2804,7 @@ "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -2880,7 +2880,7 @@ "target": "thiserror" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -2975,7 +2975,7 @@ "target": "thiserror" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -3022,7 +3022,7 @@ "deps": { "common": [ { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -3085,7 +3085,7 @@ "target": "thiserror" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -3149,7 +3149,7 @@ "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" } ], @@ -3207,7 +3207,7 @@ "target": "serde_json" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -3284,7 +3284,7 @@ "target": "slab" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -3894,7 +3894,7 @@ "target": "time" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -4140,7 +4140,7 @@ "deps": { "common": [ { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" } ], @@ -4499,6 +4499,14 @@ "default", "std" ], + "thumbv7em-none-eabi": [ + "default", + "std" + ], + "thumbv8m.main-none-eabi": [ + "default", + "std" + ], "wasm32-unknown-unknown": [ "default", "std" @@ -4530,6 +4538,10 @@ "x86_64-unknown-linux-gnu": [ "default", "std" + ], + "x86_64-unknown-none": [ + "default", + "std" ] } }, @@ -4587,7 +4599,7 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" } ], @@ -5436,11 +5448,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -5556,7 +5568,7 @@ "target": "build_script_build" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { @@ -5626,11 +5638,11 @@ "target": "build_script_build" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -5709,11 +5721,11 @@ "target": "build_script_build" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" } ], @@ -5791,13 +5803,13 @@ }, "license": "MIT OR Apache-2.0" }, - "proc-macro2 1.0.51": { + "proc-macro2 1.0.69": { "name": "proc-macro2", - "version": "1.0.51", + "version": "1.0.69", "repository": { "Http": { - "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.51/download", - "sha256": "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" + "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.69/download", + "sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" } }, "targets": [ @@ -5835,7 +5847,7 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "build_script_build" }, { @@ -5845,8 +5857,8 @@ ], "selects": {} }, - "edition": "2018", - "version": "1.0.51" + "edition": "2021", + "version": "1.0.69" }, "build_script_attrs": { "data_glob": [ @@ -5931,13 +5943,13 @@ }, "license": "MIT" }, - "quote 1.0.23": { + "quote 1.0.33": { "name": "quote", - "version": "1.0.23", + "version": "1.0.33", "repository": { "Http": { - "url": "https://crates.io/api/v1/crates/quote/1.0.23/download", - "sha256": "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" + "url": "https://crates.io/api/v1/crates/quote/1.0.33/download", + "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" } }, "targets": [ @@ -5949,15 +5961,6 @@ "**/*.rs" ] } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } } ], "library_target_name": "quote", @@ -5975,23 +5978,14 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" - }, - { - "id": "quote 1.0.23", - "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "1.0.23" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "version": "1.0.33" }, "license": "MIT OR Apache-2.0" }, @@ -6325,7 +6319,7 @@ "target": "serde" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" } ], @@ -6379,11 +6373,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -6880,7 +6874,7 @@ "target": "stylist_core" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -6955,7 +6949,7 @@ "target": "thiserror" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" } ], @@ -7014,11 +7008,11 @@ "target": "proc_macro_error" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -7090,11 +7084,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -7118,6 +7112,67 @@ }, "license": "MIT OR Apache-2.0" }, + "syn 2.0.38": { + "name": "syn", + "version": "2.0.38", + "repository": { + "Http": { + "url": "https://crates.io/api/v1/crates/syn/2.0.38/download", + "sha256": "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syn", + "crate_root": "src/lib.rs", + "srcs": [ + "**/*.rs" + ] + } + } + ], + "library_target_name": "syn", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "clone-impls", + "default", + "derive", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.69", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.33", + "target": "quote" + }, + { + "id": "unicode-ident 1.0.6", + "target": "unicode_ident" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "2.0.38" + }, + "license": "MIT OR Apache-2.0" + }, "sync_wrapper 0.1.2": { "name": "sync_wrapper", "version": "0.1.2", @@ -7309,11 +7364,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -7718,11 +7773,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -8228,11 +8283,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -8591,13 +8646,13 @@ }, "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" }, - "wasm-bindgen 0.2.83": { + "wasm-bindgen 0.2.87": { "name": "wasm-bindgen", - "version": "0.2.83", + "version": "0.2.87", "repository": { "Http": { - "url": "https://crates.io/api/v1/crates/wasm-bindgen/0.2.83/download", - "sha256": "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" + "url": "https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download", + "sha256": "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" } }, "targets": [ @@ -8640,7 +8695,7 @@ "target": "cfg_if" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "build_script_build" } ], @@ -8650,13 +8705,13 @@ "proc_macro_deps": { "common": [ { - "id": "wasm-bindgen-macro 0.2.83", + "id": "wasm-bindgen-macro 0.2.87", "target": "wasm_bindgen_macro" } ], "selects": {} }, - "version": "0.2.83" + "version": "0.2.87" }, "build_script_attrs": { "data_glob": [ @@ -8665,13 +8720,13 @@ }, "license": "MIT/Apache-2.0" }, - "wasm-bindgen-backend 0.2.83": { + "wasm-bindgen-backend 0.2.87": { "name": "wasm-bindgen-backend", - "version": "0.2.83", + "version": "0.2.87", "repository": { "Http": { - "url": "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.83/download", - "sha256": "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" + "url": "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download", + "sha256": "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" } }, "targets": [ @@ -8711,26 +8766,26 @@ "target": "once_cell" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { - "id": "syn 1.0.107", + "id": "syn 2.0.38", "target": "syn" }, { - "id": "wasm-bindgen-shared 0.2.83", + "id": "wasm-bindgen-shared 0.2.87", "target": "wasm_bindgen_shared" } ], "selects": {} }, "edition": "2018", - "version": "0.2.83" + "version": "0.2.87" }, "license": "MIT/Apache-2.0" }, @@ -8770,7 +8825,7 @@ "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" } ], @@ -8788,13 +8843,13 @@ }, "license": "MIT/Apache-2.0" }, - "wasm-bindgen-macro 0.2.83": { + "wasm-bindgen-macro 0.2.87": { "name": "wasm-bindgen-macro", - "version": "0.2.83", + "version": "0.2.87", "repository": { "Http": { - "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.83/download", - "sha256": "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" + "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download", + "sha256": "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" } }, "targets": [ @@ -8822,28 +8877,28 @@ "deps": { "common": [ { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { - "id": "wasm-bindgen-macro-support 0.2.83", + "id": "wasm-bindgen-macro-support 0.2.87", "target": "wasm_bindgen_macro_support" } ], "selects": {} }, "edition": "2018", - "version": "0.2.83" + "version": "0.2.87" }, "license": "MIT/Apache-2.0" }, - "wasm-bindgen-macro-support 0.2.83": { + "wasm-bindgen-macro-support 0.2.87": { "name": "wasm-bindgen-macro-support", - "version": "0.2.83", + "version": "0.2.87", "repository": { "Http": { - "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.83/download", - "sha256": "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" + "url": "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download", + "sha256": "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" } }, "targets": [ @@ -8871,40 +8926,40 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { - "id": "syn 1.0.107", + "id": "syn 2.0.38", "target": "syn" }, { - "id": "wasm-bindgen-backend 0.2.83", + "id": "wasm-bindgen-backend 0.2.87", "target": "wasm_bindgen_backend" }, { - "id": "wasm-bindgen-shared 0.2.83", + "id": "wasm-bindgen-shared 0.2.87", "target": "wasm_bindgen_shared" } ], "selects": {} }, "edition": "2018", - "version": "0.2.83" + "version": "0.2.87" }, "license": "MIT/Apache-2.0" }, - "wasm-bindgen-shared 0.2.83": { + "wasm-bindgen-shared 0.2.87": { "name": "wasm-bindgen-shared", - "version": "0.2.83", + "version": "0.2.87", "repository": { "Http": { - "url": "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.83/download", - "sha256": "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" + "url": "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download", + "sha256": "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" } }, "targets": [ @@ -8935,14 +8990,14 @@ "deps": { "common": [ { - "id": "wasm-bindgen-shared 0.2.83", + "id": "wasm-bindgen-shared 0.2.87", "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "0.2.83" + "version": "0.2.87" }, "build_script_attrs": { "data_glob": [ @@ -9060,7 +9115,7 @@ "target": "js_sys" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" } ], @@ -10057,7 +10112,7 @@ "target": "thiserror" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -10143,7 +10198,7 @@ "target": "proc_macro_error" }, { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { @@ -10151,7 +10206,7 @@ "target": "pulldown_cmark" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -10217,7 +10272,7 @@ "target": "serde_urlencoded" }, { - "id": "wasm-bindgen 0.2.83", + "id": "wasm-bindgen 0.2.87", "target": "wasm_bindgen" }, { @@ -10276,11 +10331,11 @@ "deps": { "common": [ { - "id": "proc-macro2 1.0.51", + "id": "proc-macro2 1.0.69", "target": "proc_macro2" }, { - "id": "quote 1.0.23", + "id": "quote 1.0.33", "target": "quote" }, { @@ -10302,11 +10357,38 @@ "server 0.1.0": "server" }, "conditions": { + "aarch64-apple-darwin": [ + "aarch64-apple-darwin" + ], + "aarch64-apple-ios": [ + "aarch64-apple-ios" + ], + "aarch64-apple-ios-sim": [ + "aarch64-apple-ios-sim" + ], + "aarch64-fuchsia": [ + "aarch64-fuchsia" + ], + "aarch64-linux-android": [ + "aarch64-linux-android" + ], "aarch64-pc-windows-gnullvm": [], "aarch64-pc-windows-msvc": [ "aarch64-pc-windows-msvc" ], + "aarch64-unknown-linux-gnu": [ + "aarch64-unknown-linux-gnu" + ], "aarch64-uwp-windows-msvc": [], + "arm-unknown-linux-gnueabi": [ + "arm-unknown-linux-gnueabi" + ], + "armv7-linux-androideabi": [ + "armv7-linux-androideabi" + ], + "armv7-unknown-linux-gnueabi": [ + "armv7-unknown-linux-gnueabi" + ], "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [ "aarch64-apple-darwin", @@ -10364,7 +10446,8 @@ "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" ], "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))": [ "aarch64-apple-darwin", @@ -10386,13 +10469,16 @@ "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" ], "cfg(not(windows))": [ "aarch64-apple-darwin", @@ -10412,6 +10498,8 @@ "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", @@ -10419,7 +10507,8 @@ "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" ], "cfg(not(windows_raw_dylib))": [ "aarch64-apple-darwin", @@ -10441,6 +10530,8 @@ "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "s390x-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-darwin", @@ -10449,7 +10540,8 @@ "x86_64-linux-android", "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-none" ], "cfg(target_arch = \"wasm32\")": [ "wasm32-unknown-unknown", @@ -10490,17 +10582,74 @@ "i686-pc-windows-msvc", "x86_64-pc-windows-msvc" ], + "i686-apple-darwin": [ + "i686-apple-darwin" + ], + "i686-linux-android": [ + "i686-linux-android" + ], "i686-pc-windows-gnu": [], "i686-pc-windows-msvc": [ "i686-pc-windows-msvc" ], + "i686-unknown-freebsd": [ + "i686-unknown-freebsd" + ], + "i686-unknown-linux-gnu": [ + "i686-unknown-linux-gnu" + ], "i686-uwp-windows-gnu": [], "i686-uwp-windows-msvc": [], + "powerpc-unknown-linux-gnu": [ + "powerpc-unknown-linux-gnu" + ], + "riscv32imc-unknown-none-elf": [ + "riscv32imc-unknown-none-elf" + ], + "riscv64gc-unknown-none-elf": [ + "riscv64gc-unknown-none-elf" + ], + "s390x-unknown-linux-gnu": [ + "s390x-unknown-linux-gnu" + ], + "thumbv7em-none-eabi": [ + "thumbv7em-none-eabi" + ], + "thumbv8m.main-none-eabi": [ + "thumbv8m.main-none-eabi" + ], + "wasm32-unknown-unknown": [ + "wasm32-unknown-unknown" + ], + "wasm32-wasi": [ + "wasm32-wasi" + ], + "x86_64-apple-darwin": [ + "x86_64-apple-darwin" + ], + "x86_64-apple-ios": [ + "x86_64-apple-ios" + ], + "x86_64-fuchsia": [ + "x86_64-fuchsia" + ], + "x86_64-linux-android": [ + "x86_64-linux-android" + ], "x86_64-pc-windows-gnu": [], "x86_64-pc-windows-gnullvm": [], "x86_64-pc-windows-msvc": [ "x86_64-pc-windows-msvc" ], + "x86_64-unknown-freebsd": [ + "x86_64-unknown-freebsd" + ], + "x86_64-unknown-linux-gnu": [ + "x86_64-unknown-linux-gnu" + ], + "x86_64-unknown-none": [ + "x86_64-unknown-none" + ], "x86_64-uwp-windows-gnu": [], "x86_64-uwp-windows-msvc": [] }