This repository has no description
0

Configure Feed

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

⬆️ Lock file maintenance (#73)

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

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Oct 28, 2025, 10:00 AM UTC) commit 82f5fbd5 parent 9eb3c4e8
+15 -29
+15 -29
Cargo.lock
··· 2821 2821 2822 2822 [[package]] 2823 2823 name = "indicatif" 2824 - version = "0.18.1" 2824 + version = "0.18.2" 2825 2825 source = "registry+https://github.com/rust-lang/crates.io-index" 2826 - checksum = "e2e0ddd45fe8e09ee1a607920b12271f8a5528a41ecaf6e1d1440d6493315b6b" 2826 + checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65" 2827 2827 dependencies = [ 2828 2828 "console 0.16.1", 2829 2829 "portable-atomic", ··· 2964 2964 2965 2965 [[package]] 2966 2966 name = "js-sys" 2967 - version = "0.3.81" 2967 + version = "0.3.82" 2968 2968 source = "registry+https://github.com/rust-lang/crates.io-index" 2969 - checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 2969 + checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 2970 2970 dependencies = [ 2971 2971 "once_cell", 2972 2972 "wasm-bindgen", ··· 5564 5564 5565 5565 [[package]] 5566 5566 name = "wasm-bindgen" 5567 - version = "0.2.104" 5567 + version = "0.2.105" 5568 5568 source = "registry+https://github.com/rust-lang/crates.io-index" 5569 - checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 5569 + checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 5570 5570 dependencies = [ 5571 5571 "cfg-if 1.0.4", 5572 5572 "once_cell", ··· 5576 5576 ] 5577 5577 5578 5578 [[package]] 5579 - name = "wasm-bindgen-backend" 5580 - version = "0.2.104" 5581 - source = "registry+https://github.com/rust-lang/crates.io-index" 5582 - checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 5583 - dependencies = [ 5584 - "bumpalo", 5585 - "log", 5586 - "proc-macro2", 5587 - "quote", 5588 - "syn 2.0.108", 5589 - "wasm-bindgen-shared", 5590 - ] 5591 - 5592 - [[package]] 5593 5579 name = "wasm-bindgen-macro" 5594 - version = "0.2.104" 5580 + version = "0.2.105" 5595 5581 source = "registry+https://github.com/rust-lang/crates.io-index" 5596 - checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 5582 + checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 5597 5583 dependencies = [ 5598 5584 "quote", 5599 5585 "wasm-bindgen-macro-support", ··· 5601 5587 5602 5588 [[package]] 5603 5589 name = "wasm-bindgen-macro-support" 5604 - version = "0.2.104" 5590 + version = "0.2.105" 5605 5591 source = "registry+https://github.com/rust-lang/crates.io-index" 5606 - checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 5592 + checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 5607 5593 dependencies = [ 5594 + "bumpalo", 5608 5595 "proc-macro2", 5609 5596 "quote", 5610 5597 "syn 2.0.108", 5611 - "wasm-bindgen-backend", 5612 5598 "wasm-bindgen-shared", 5613 5599 ] 5614 5600 5615 5601 [[package]] 5616 5602 name = "wasm-bindgen-shared" 5617 - version = "0.2.104" 5603 + version = "0.2.105" 5618 5604 source = "registry+https://github.com/rust-lang/crates.io-index" 5619 - checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 5605 + checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 5620 5606 dependencies = [ 5621 5607 "unicode-ident", 5622 5608 ] ··· 5678 5664 5679 5665 [[package]] 5680 5666 name = "web-sys" 5681 - version = "0.3.81" 5667 + version = "0.3.82" 5682 5668 source = "registry+https://github.com/rust-lang/crates.io-index" 5683 - checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 5669 + checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 5684 5670 dependencies = [ 5685 5671 "js-sys", 5686 5672 "wasm-bindgen",