[READ-ONLY] Mirror of https://github.com/maybeanerd/booktracker. a multi platform application and server to track your book reading journey
hacktoberfest
0

Configure Feed

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

fix(deps): update tauri monorepo (#151)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Feb 4, 2026, 6:21 PM UTC) dcd8f49b ca1060fd

+10 -10
+8 -8
apps/frontend/src-tauri/Cargo.lock
··· 3534 3534 3535 3535 [[package]] 3536 3536 name = "tauri" 3537 - version = "2.10.1" 3537 + version = "2.10.2" 3538 3538 source = "registry+https://github.com/rust-lang/crates.io-index" 3539 - checksum = "1025aa560c1eaa14ef96de5540cbe13ed6be1933ebe4398338c96bc370b807c6" 3539 + checksum = "463ae8677aa6d0f063a900b9c41ecd4ac2b7ca82f0b058cc4491540e55b20129" 3540 3540 dependencies = [ 3541 3541 "anyhow", 3542 3542 "bytes", ··· 3585 3585 3586 3586 [[package]] 3587 3587 name = "tauri-build" 3588 - version = "2.5.4" 3588 + version = "2.5.5" 3589 3589 source = "registry+https://github.com/rust-lang/crates.io-index" 3590 - checksum = "76809f63061c8b25537b87f46b8733b31397cf419706dc874e1602be6479ba90" 3590 + checksum = "ca7bd893329425df750813e95bd2b643d5369d929438da96d5bbb7cc2c918f74" 3591 3591 dependencies = [ 3592 3592 "anyhow", 3593 3593 "cargo_toml", ··· 3607 3607 3608 3608 [[package]] 3609 3609 name = "tauri-codegen" 3610 - version = "2.5.3" 3610 + version = "2.5.4" 3611 3611 source = "registry+https://github.com/rust-lang/crates.io-index" 3612 - checksum = "8b2ebe49d690ccaea93aa81fff99277d4f445968f085ba13be67859151e9e4b8" 3612 + checksum = "aac423e5859d9f9ccdd32e3cf6a5866a15bedbf25aa6630bcb2acde9468f6ae3" 3613 3613 dependencies = [ 3614 3614 "base64 0.22.1", 3615 3615 "brotli", ··· 3634 3634 3635 3635 [[package]] 3636 3636 name = "tauri-macros" 3637 - version = "2.5.3" 3637 + version = "2.5.4" 3638 3638 source = "registry+https://github.com/rust-lang/crates.io-index" 3639 - checksum = "1119f651b0187c686c0fc72c66bba311e560e1b5f61869086ce788d43be6cf41" 3639 + checksum = "1b6a1bd2861ff0c8766b1d38b32a6a410f6dc6532d4ef534c47cfb2236092f59" 3640 3640 dependencies = [ 3641 3641 "heck 0.5.0", 3642 3642 "proc-macro2",
+2 -2
apps/frontend/src-tauri/Cargo.toml
··· 15 15 crate-type = ["staticlib", "cdylib", "rlib"] 16 16 17 17 [build-dependencies] 18 - tauri-build = { version = "=2.5.4", features = [] } 18 + tauri-build = { version = "=2.5.5", features = [] } 19 19 20 20 [dependencies] 21 - tauri = { version = "=2.10.1", features = [] } 21 + tauri = { version = "=2.10.2", features = [] } 22 22 tauri-plugin-opener = "=2.5.3" 23 23 serde = { version = "=1.0.228", features = ["derive"] } 24 24 serde_json = "=1.0.149"