Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Update dependencies

+27 -21
+27 -21
Cargo.lock
··· 1900 1900 1901 1901 [[package]] 1902 1902 name = "js-sys" 1903 - version = "0.3.83" 1903 + version = "0.3.99" 1904 1904 source = "registry+https://github.com/rust-lang/crates.io-index" 1905 - checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 1905 + checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" 1906 1906 dependencies = [ 1907 + "cfg-if", 1908 + "futures-util", 1907 1909 "once_cell", 1908 1910 "wasm-bindgen", 1909 1911 ] ··· 4019 4021 4020 4022 [[package]] 4021 4023 name = "wasm-bindgen" 4022 - version = "0.2.106" 4024 + version = "0.2.122" 4023 4025 source = "registry+https://github.com/rust-lang/crates.io-index" 4024 - checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 4026 + checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" 4025 4027 dependencies = [ 4026 4028 "cfg-if", 4027 4029 "once_cell", ··· 4034 4036 4035 4037 [[package]] 4036 4038 name = "wasm-bindgen-futures" 4037 - version = "0.4.56" 4039 + version = "0.4.72" 4038 4040 source = "registry+https://github.com/rust-lang/crates.io-index" 4039 - checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 4041 + checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f" 4040 4042 dependencies = [ 4041 - "cfg-if", 4042 4043 "js-sys", 4043 - "once_cell", 4044 4044 "wasm-bindgen", 4045 - "web-sys", 4046 4045 ] 4047 4046 4048 4047 [[package]] 4049 4048 name = "wasm-bindgen-macro" 4050 - version = "0.2.106" 4049 + version = "0.2.122" 4051 4050 source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 4051 + checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" 4053 4052 dependencies = [ 4054 4053 "quote", 4055 4054 "wasm-bindgen-macro-support", ··· 4057 4056 4058 4057 [[package]] 4059 4058 name = "wasm-bindgen-macro-support" 4060 - version = "0.2.106" 4059 + version = "0.2.122" 4061 4060 source = "registry+https://github.com/rust-lang/crates.io-index" 4062 - checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 4061 + checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" 4063 4062 dependencies = [ 4064 4063 "bumpalo", 4065 4064 "proc-macro2", ··· 4070 4069 4071 4070 [[package]] 4072 4071 name = "wasm-bindgen-shared" 4073 - version = "0.2.106" 4072 + version = "0.2.122" 4074 4073 source = "registry+https://github.com/rust-lang/crates.io-index" 4075 - checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 4074 + checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" 4076 4075 dependencies = [ 4077 4076 "unicode-ident", 4078 4077 ] 4079 4078 4080 4079 [[package]] 4081 4080 name = "wasm-bindgen-test" 4082 - version = "0.3.56" 4081 + version = "0.3.72" 4083 4082 source = "registry+https://github.com/rust-lang/crates.io-index" 4084 - checksum = "25e90e66d265d3a1efc0e72a54809ab90b9c0c515915c67cdf658689d2c22c6c" 4083 + checksum = "74fde991ccdc895cb7fbaa14b137d62af74d9011be67b71c694bfc40edd3119c" 4085 4084 dependencies = [ 4086 4085 "async-trait", 4087 4086 "cast", ··· 4096 4095 "wasm-bindgen", 4097 4096 "wasm-bindgen-futures", 4098 4097 "wasm-bindgen-test-macro", 4098 + "wasm-bindgen-test-shared", 4099 4099 ] 4100 4100 4101 4101 [[package]] 4102 4102 name = "wasm-bindgen-test-macro" 4103 - version = "0.3.56" 4103 + version = "0.3.72" 4104 4104 source = "registry+https://github.com/rust-lang/crates.io-index" 4105 - checksum = "7150335716dce6028bead2b848e72f47b45e7b9422f64cccdc23bedca89affc1" 4105 + checksum = "e925354648d2a4d1bf205412e36d520a800280622eef4719678d268e5d40e978" 4106 4106 dependencies = [ 4107 4107 "proc-macro2", 4108 4108 "quote", ··· 4110 4110 ] 4111 4111 4112 4112 [[package]] 4113 + name = "wasm-bindgen-test-shared" 4114 + version = "0.2.122" 4115 + source = "registry+https://github.com/rust-lang/crates.io-index" 4116 + checksum = "684365b586a9a6256c1cc3544eee8680de48d6041142f581776ec7b139622ae9" 4117 + 4118 + [[package]] 4113 4119 name = "web-sys" 4114 - version = "0.3.83" 4120 + version = "0.3.99" 4115 4121 source = "registry+https://github.com/rust-lang/crates.io-index" 4116 - checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 4122 + checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" 4117 4123 dependencies = [ 4118 4124 "js-sys", 4119 4125 "wasm-bindgen",