This repository has no description
0

Configure Feed

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

⬆️ Update rust-wasm-bindgen monorepo (#145)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+14 -14
+12 -12
Cargo.lock
··· 1670 1670 1671 1671 [[package]] 1672 1672 name = "js-sys" 1673 - version = "0.3.83" 1673 + version = "0.3.85" 1674 1674 source = "registry+https://github.com/rust-lang/crates.io-index" 1675 - checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 1675 + checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 1676 1676 dependencies = [ 1677 1677 "once_cell", 1678 1678 "wasm-bindgen", ··· 3763 3763 3764 3764 [[package]] 3765 3765 name = "wasm-bindgen" 3766 - version = "0.2.106" 3766 + version = "0.2.108" 3767 3767 source = "registry+https://github.com/rust-lang/crates.io-index" 3768 - checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 3768 + checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 3769 3769 dependencies = [ 3770 3770 "cfg-if 1.0.4", 3771 3771 "once_cell", ··· 3776 3776 3777 3777 [[package]] 3778 3778 name = "wasm-bindgen-macro" 3779 - version = "0.2.106" 3779 + version = "0.2.108" 3780 3780 source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 3781 + checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 3782 3782 dependencies = [ 3783 3783 "quote", 3784 3784 "wasm-bindgen-macro-support", ··· 3786 3786 3787 3787 [[package]] 3788 3788 name = "wasm-bindgen-macro-support" 3789 - version = "0.2.106" 3789 + version = "0.2.108" 3790 3790 source = "registry+https://github.com/rust-lang/crates.io-index" 3791 - checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 3791 + checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 3792 3792 dependencies = [ 3793 3793 "bumpalo", 3794 3794 "proc-macro2", ··· 3799 3799 3800 3800 [[package]] 3801 3801 name = "wasm-bindgen-shared" 3802 - version = "0.2.106" 3802 + version = "0.2.108" 3803 3803 source = "registry+https://github.com/rust-lang/crates.io-index" 3804 - checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 3804 + checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 3805 3805 dependencies = [ 3806 3806 "unicode-ident", 3807 3807 ] 3808 3808 3809 3809 [[package]] 3810 3810 name = "web-sys" 3811 - version = "0.3.83" 3811 + version = "0.3.85" 3812 3812 source = "registry+https://github.com/rust-lang/crates.io-index" 3813 - checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 3813 + checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 3814 3814 dependencies = [ 3815 3815 "js-sys", 3816 3816 "wasm-bindgen",
+2 -2
Cargo.toml
··· 63 63 ] } 64 64 serde_cbor = "0.11.2" 65 65 serde_json = "1.0.149" 66 - wasm-bindgen = { version = "0.2.106", optional = true } 66 + wasm-bindgen = { version = "0.2.108", optional = true } 67 67 getrandom = { version = "0.2", features = ["js"] } 68 - web-sys = { version = "0.3.83", optional = true, features = [ 68 + web-sys = { version = "0.3.85", optional = true, features = [ 69 69 'Document', 70 70 'Element', 71 71 'HtmlElement',