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 (#103)

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

+14 -14
+12 -12
Cargo.lock
··· 1710 1710 1711 1711 [[package]] 1712 1712 name = "js-sys" 1713 - version = "0.3.82" 1713 + version = "0.3.83" 1714 1714 source = "registry+https://github.com/rust-lang/crates.io-index" 1715 - checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 1715 + checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 1716 1716 dependencies = [ 1717 1717 "once_cell", 1718 1718 "wasm-bindgen", ··· 3923 3923 3924 3924 [[package]] 3925 3925 name = "wasm-bindgen" 3926 - version = "0.2.105" 3926 + version = "0.2.106" 3927 3927 source = "registry+https://github.com/rust-lang/crates.io-index" 3928 - checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 3928 + checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 3929 3929 dependencies = [ 3930 3930 "cfg-if 1.0.4", 3931 3931 "once_cell", ··· 3936 3936 3937 3937 [[package]] 3938 3938 name = "wasm-bindgen-macro" 3939 - version = "0.2.105" 3939 + version = "0.2.106" 3940 3940 source = "registry+https://github.com/rust-lang/crates.io-index" 3941 - checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 3941 + checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 3942 3942 dependencies = [ 3943 3943 "quote", 3944 3944 "wasm-bindgen-macro-support", ··· 3946 3946 3947 3947 [[package]] 3948 3948 name = "wasm-bindgen-macro-support" 3949 - version = "0.2.105" 3949 + version = "0.2.106" 3950 3950 source = "registry+https://github.com/rust-lang/crates.io-index" 3951 - checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 3951 + checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 3952 3952 dependencies = [ 3953 3953 "bumpalo", 3954 3954 "proc-macro2", ··· 3959 3959 3960 3960 [[package]] 3961 3961 name = "wasm-bindgen-shared" 3962 - version = "0.2.105" 3962 + version = "0.2.106" 3963 3963 source = "registry+https://github.com/rust-lang/crates.io-index" 3964 - checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 3964 + checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 3965 3965 dependencies = [ 3966 3966 "unicode-ident", 3967 3967 ] 3968 3968 3969 3969 [[package]] 3970 3970 name = "web-sys" 3971 - version = "0.3.82" 3971 + version = "0.3.83" 3972 3972 source = "registry+https://github.com/rust-lang/crates.io-index" 3973 - checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 3973 + checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 3974 3974 dependencies = [ 3975 3975 "js-sys", 3976 3976 "wasm-bindgen",
+2 -2
Cargo.toml
··· 63 63 ] } 64 64 serde_cbor = "0.11.2" 65 65 serde_json = "1.0.145" 66 - wasm-bindgen = { version = "0.2.105", optional = true } 66 + wasm-bindgen = { version = "0.2.106", optional = true } 67 67 getrandom = { version = "0.2", features = ["js"] } 68 - web-sys = { version = "0.3.82", optional = true, features = [ 68 + web-sys = { version = "0.3.83", optional = true, features = [ 69 69 'Document', 70 70 'Element', 71 71 'HtmlElement',