[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 (#148)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Feb 3, 2026, 1:22 AM UTC) 67151483 73e9887c

+85 -104
+2 -2
apps/frontend/package.json
··· 12 12 "nuxt:build": "nuxt generate" 13 13 }, 14 14 "dependencies": { 15 - "@tauri-apps/api": "2.9.1", 15 + "@tauri-apps/api": "2.10.1", 16 16 "@tauri-apps/plugin-opener": "2.5.3" 17 17 }, 18 18 "devDependencies": { 19 19 "@nuxt/devtools": "3.1.1", 20 - "@tauri-apps/cli": "2.9.6", 20 + "@tauri-apps/cli": "2.10.0", 21 21 "nuxt": "4.3.0", 22 22 "typescript": "5.9.3", 23 23 "vue-tsc": "3.2.4"
+26 -45
apps/frontend/src-tauri/Cargo.lock
··· 1529 1529 1530 1530 [[package]] 1531 1531 name = "ico" 1532 - version = "0.4.0" 1532 + version = "0.5.0" 1533 1533 source = "registry+https://github.com/rust-lang/crates.io-index" 1534 - checksum = "cc50b891e4acf8fe0e71ef88ec43ad82ee07b3810ad09de10f1d01f072ed4b98" 1534 + checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371" 1535 1535 dependencies = [ 1536 1536 "byteorder", 1537 1537 "png", ··· 2940 2940 2941 2941 [[package]] 2942 2942 name = "reqwest" 2943 - version = "0.12.24" 2943 + version = "0.13.1" 2944 2944 source = "registry+https://github.com/rust-lang/crates.io-index" 2945 - checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 2945 + checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" 2946 2946 dependencies = [ 2947 2947 "base64 0.22.1", 2948 2948 "bytes", ··· 2959 2959 "pin-project-lite", 2960 2960 "serde", 2961 2961 "serde_json", 2962 - "serde_urlencoded", 2963 2962 "sync_wrapper", 2964 2963 "tokio", 2965 2964 "tokio-util", ··· 3000 2999 version = "1.0.22" 3001 3000 source = "registry+https://github.com/rust-lang/crates.io-index" 3002 3001 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3003 - 3004 - [[package]] 3005 - name = "ryu" 3006 - version = "1.0.20" 3007 - source = "registry+https://github.com/rust-lang/crates.io-index" 3008 - checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 3009 3002 3010 3003 [[package]] 3011 3004 name = "same-file" ··· 3194 3187 checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 3195 3188 dependencies = [ 3196 3189 "serde_core", 3197 - ] 3198 - 3199 - [[package]] 3200 - name = "serde_urlencoded" 3201 - version = "0.7.1" 3202 - source = "registry+https://github.com/rust-lang/crates.io-index" 3203 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3204 - dependencies = [ 3205 - "form_urlencoded", 3206 - "itoa", 3207 - "ryu", 3208 - "serde", 3209 3190 ] 3210 3191 3211 3192 [[package]] ··· 3553 3534 3554 3535 [[package]] 3555 3536 name = "tauri" 3556 - version = "2.9.5" 3537 + version = "2.10.1" 3557 3538 source = "registry+https://github.com/rust-lang/crates.io-index" 3558 - checksum = "8a3868da5508446a7cd08956d523ac3edf0a8bc20bf7e4038f9a95c2800d2033" 3539 + checksum = "1025aa560c1eaa14ef96de5540cbe13ed6be1933ebe4398338c96bc370b807c6" 3559 3540 dependencies = [ 3560 3541 "anyhow", 3561 3542 "bytes", ··· 3604 3585 3605 3586 [[package]] 3606 3587 name = "tauri-build" 3607 - version = "2.5.3" 3588 + version = "2.5.4" 3608 3589 source = "registry+https://github.com/rust-lang/crates.io-index" 3609 - checksum = "17fcb8819fd16463512a12f531d44826ce566f486d7ccd211c9c8cebdaec4e08" 3590 + checksum = "76809f63061c8b25537b87f46b8733b31397cf419706dc874e1602be6479ba90" 3610 3591 dependencies = [ 3611 3592 "anyhow", 3612 3593 "cargo_toml", ··· 3626 3607 3627 3608 [[package]] 3628 3609 name = "tauri-codegen" 3629 - version = "2.5.2" 3610 + version = "2.5.3" 3630 3611 source = "registry+https://github.com/rust-lang/crates.io-index" 3631 - checksum = "9fa9844cefcf99554a16e0a278156ae73b0d8680bbc0e2ad1e4287aadd8489cf" 3612 + checksum = "8b2ebe49d690ccaea93aa81fff99277d4f445968f085ba13be67859151e9e4b8" 3632 3613 dependencies = [ 3633 3614 "base64 0.22.1", 3634 3615 "brotli", ··· 3653 3634 3654 3635 [[package]] 3655 3636 name = "tauri-macros" 3656 - version = "2.5.2" 3637 + version = "2.5.3" 3657 3638 source = "registry+https://github.com/rust-lang/crates.io-index" 3658 - checksum = "3764a12f886d8245e66b7ee9b43ccc47883399be2019a61d80cf0f4117446fde" 3639 + checksum = "1119f651b0187c686c0fc72c66bba311e560e1b5f61869086ce788d43be6cf41" 3659 3640 dependencies = [ 3660 3641 "heck 0.5.0", 3661 3642 "proc-macro2", ··· 3706 3687 3707 3688 [[package]] 3708 3689 name = "tauri-runtime" 3709 - version = "2.9.2" 3690 + version = "2.10.0" 3710 3691 source = "registry+https://github.com/rust-lang/crates.io-index" 3711 - checksum = "87f766fe9f3d1efc4b59b17e7a891ad5ed195fa8d23582abb02e6c9a01137892" 3692 + checksum = "b885ffeac82b00f1f6fd292b6e5aabfa7435d537cef57d11e38a489956535651" 3712 3693 dependencies = [ 3713 3694 "cookie", 3714 3695 "dpi", ··· 3731 3712 3732 3713 [[package]] 3733 3714 name = "tauri-runtime-wry" 3734 - version = "2.9.3" 3715 + version = "2.10.0" 3735 3716 source = "registry+https://github.com/rust-lang/crates.io-index" 3736 - checksum = "187a3f26f681bdf028f796ccf57cf478c1ee422c50128e5a0a6ebeb3f5910065" 3717 + checksum = "5204682391625e867d16584fedc83fc292fb998814c9f7918605c789cd876314" 3737 3718 dependencies = [ 3738 3719 "gtk", 3739 3720 "http", ··· 3758 3739 3759 3740 [[package]] 3760 3741 name = "tauri-utils" 3761 - version = "2.8.1" 3742 + version = "2.8.2" 3762 3743 source = "registry+https://github.com/rust-lang/crates.io-index" 3763 - checksum = "76a423c51176eb3616ee9b516a9fa67fed5f0e78baaba680e44eb5dd2cc37490" 3744 + checksum = "fcd169fccdff05eff2c1033210b9b94acd07a47e6fa9a3431cf09cfd4f01c87e" 3764 3745 dependencies = [ 3765 3746 "anyhow", 3766 3747 "brotli", ··· 4049 4030 4050 4031 [[package]] 4051 4032 name = "tower-http" 4052 - version = "0.6.6" 4033 + version = "0.6.8" 4053 4034 source = "registry+https://github.com/rust-lang/crates.io-index" 4054 - checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 4035 + checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 4055 4036 dependencies = [ 4056 4037 "bitflags 2.10.0", 4057 4038 "bytes", ··· 4415 4396 4416 4397 [[package]] 4417 4398 name = "webkit2gtk" 4418 - version = "2.0.1" 4399 + version = "2.0.2" 4419 4400 source = "registry+https://github.com/rust-lang/crates.io-index" 4420 - checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a" 4401 + checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793" 4421 4402 dependencies = [ 4422 4403 "bitflags 1.3.2", 4423 4404 "cairo-rs", ··· 4439 4420 4440 4421 [[package]] 4441 4422 name = "webkit2gtk-sys" 4442 - version = "2.0.1" 4423 + version = "2.0.2" 4443 4424 source = "registry+https://github.com/rust-lang/crates.io-index" 4444 - checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c" 4425 + checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5" 4445 4426 dependencies = [ 4446 4427 "bitflags 1.3.2", 4447 4428 "cairo-sys-rs", ··· 4929 4910 4930 4911 [[package]] 4931 4912 name = "wry" 4932 - version = "0.53.5" 4913 + version = "0.54.1" 4933 4914 source = "registry+https://github.com/rust-lang/crates.io-index" 4934 - checksum = "728b7d4c8ec8d81cab295e0b5b8a4c263c0d41a785fb8f8c4df284e5411140a2" 4915 + checksum = "5ed1a195b0375491dd15a7066a10251be217ce743cf4bbbbdcf5391d6473bee0" 4935 4916 dependencies = [ 4936 4917 "base64 0.22.1", 4937 4918 "block2 0.6.2",
+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.3", features = [] } 18 + tauri-build = { version = "=2.5.4", features = [] } 19 19 20 20 [dependencies] 21 - tauri = { version = "=2.9.5", features = [] } 21 + tauri = { version = "=2.10.1", 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"
+55 -55
pnpm-lock.yaml
··· 111 111 apps/frontend: 112 112 dependencies: 113 113 '@tauri-apps/api': 114 - specifier: 2.9.1 115 - version: 2.9.1 114 + specifier: 2.10.1 115 + version: 2.10.1 116 116 '@tauri-apps/plugin-opener': 117 117 specifier: 2.5.3 118 118 version: 2.5.3 ··· 121 121 specifier: 3.1.1 122 122 version: 3.1.1(vite@7.3.1(@types/node@24.10.8)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)) 123 123 '@tauri-apps/cli': 124 - specifier: 2.9.6 125 - version: 2.9.6 124 + specifier: 2.10.0 125 + version: 2.10.0 126 126 nuxt: 127 127 specifier: 4.3.0 128 128 version: 4.3.0(@parcel/watcher@2.5.1)(@types/node@24.10.8)(@vue/compiler-sfc@3.5.27)(cac@6.7.14)(db0@0.3.4(drizzle-orm@0.45.1(postgres@3.4.8)))(drizzle-orm@0.45.1(postgres@3.4.8))(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.56.0)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.1(@types/node@24.10.8)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.2.4(typescript@5.9.3))(yaml@2.8.2) ··· 2194 2194 '@speed-highlight/core@1.2.12': 2195 2195 resolution: {integrity: sha512-uilwrK0Ygyri5dToHYdZSjcvpS2ZwX0w5aSt3GCEN9hrjxWCoeV4Z2DTXuxjwbntaLQIEEAlCeNQss5SoHvAEA==} 2196 2196 2197 - '@tauri-apps/api@2.9.1': 2198 - resolution: {integrity: sha512-IGlhP6EivjXHepbBic618GOmiWe4URJiIeZFlB7x3czM0yDHHYviH1Xvoiv4FefdkQtn6v7TuwWCRfOGdnVUGw==} 2197 + '@tauri-apps/api@2.10.1': 2198 + resolution: {integrity: sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw==} 2199 2199 2200 - '@tauri-apps/cli-darwin-arm64@2.9.6': 2201 - resolution: {integrity: sha512-gf5no6N9FCk1qMrti4lfwP77JHP5haASZgVbBgpZG7BUepB3fhiLCXGUK8LvuOjP36HivXewjg72LTnPDScnQQ==} 2200 + '@tauri-apps/cli-darwin-arm64@2.10.0': 2201 + resolution: {integrity: sha512-avqHD4HRjrMamE/7R/kzJPcAJnZs0IIS+1nkDP5b+TNBn3py7N2aIo9LIpy+VQq0AkN8G5dDpZtOOBkmWt/zjA==} 2202 2202 engines: {node: '>= 10'} 2203 2203 cpu: [arm64] 2204 2204 os: [darwin] 2205 2205 2206 - '@tauri-apps/cli-darwin-x64@2.9.6': 2207 - resolution: {integrity: sha512-oWh74WmqbERwwrwcueJyY6HYhgCksUc6NT7WKeXyrlY/FPmNgdyQAgcLuTSkhRFuQ6zh4Np1HZpOqCTpeZBDcw==} 2206 + '@tauri-apps/cli-darwin-x64@2.10.0': 2207 + resolution: {integrity: sha512-keDmlvJRStzVFjZTd0xYkBONLtgBC9eMTpmXnBXzsHuawV2q9PvDo2x6D5mhuoMVrJ9QWjgaPKBBCFks4dK71Q==} 2208 2208 engines: {node: '>= 10'} 2209 2209 cpu: [x64] 2210 2210 os: [darwin] 2211 2211 2212 - '@tauri-apps/cli-linux-arm-gnueabihf@2.9.6': 2213 - resolution: {integrity: sha512-/zde3bFroFsNXOHN204DC2qUxAcAanUjVXXSdEGmhwMUZeAQalNj5cz2Qli2elsRjKN/hVbZOJj0gQ5zaYUjSg==} 2212 + '@tauri-apps/cli-linux-arm-gnueabihf@2.10.0': 2213 + resolution: {integrity: sha512-e5u0VfLZsMAC9iHaOEANumgl6lfnJx0Dtjkd8IJpysZ8jp0tJ6wrIkto2OzQgzcYyRCKgX72aKE0PFgZputA8g==} 2214 2214 engines: {node: '>= 10'} 2215 2215 cpu: [arm] 2216 2216 os: [linux] 2217 2217 2218 - '@tauri-apps/cli-linux-arm64-gnu@2.9.6': 2219 - resolution: {integrity: sha512-pvbljdhp9VOo4RnID5ywSxgBs7qiylTPlK56cTk7InR3kYSTJKYMqv/4Q/4rGo/mG8cVppesKIeBMH42fw6wjg==} 2218 + '@tauri-apps/cli-linux-arm64-gnu@2.10.0': 2219 + resolution: {integrity: sha512-YrYYk2dfmBs5m+OIMCrb+JH/oo+4FtlpcrTCgiFYc7vcs6m3QDd1TTyWu0u01ewsCtK2kOdluhr/zKku+KP7HA==} 2220 2220 engines: {node: '>= 10'} 2221 2221 cpu: [arm64] 2222 2222 os: [linux] 2223 2223 2224 - '@tauri-apps/cli-linux-arm64-musl@2.9.6': 2225 - resolution: {integrity: sha512-02TKUndpodXBCR0oP//6dZWGYcc22Upf2eP27NvC6z0DIqvkBBFziQUcvi2n6SrwTRL0yGgQjkm9K5NIn8s6jw==} 2224 + '@tauri-apps/cli-linux-arm64-musl@2.10.0': 2225 + resolution: {integrity: sha512-GUoPdVJmrJRIXFfW3Rkt+eGK9ygOdyISACZfC/bCSfOnGt8kNdQIQr5WRH9QUaTVFIwxMlQyV3m+yXYP+xhSVA==} 2226 2226 engines: {node: '>= 10'} 2227 2227 cpu: [arm64] 2228 2228 os: [linux] 2229 2229 2230 - '@tauri-apps/cli-linux-riscv64-gnu@2.9.6': 2231 - resolution: {integrity: sha512-fmp1hnulbqzl1GkXl4aTX9fV+ubHw2LqlLH1PE3BxZ11EQk+l/TmiEongjnxF0ie4kV8DQfDNJ1KGiIdWe1GvQ==} 2230 + '@tauri-apps/cli-linux-riscv64-gnu@2.10.0': 2231 + resolution: {integrity: sha512-JO7s3TlSxshwsoKNCDkyvsx5gw2QAs/Y2GbR5UE2d5kkU138ATKoPOtxn8G1fFT1aDW4LH0rYAAfBpGkDyJJnw==} 2232 2232 engines: {node: '>= 10'} 2233 2233 cpu: [riscv64] 2234 2234 os: [linux] 2235 2235 2236 - '@tauri-apps/cli-linux-x64-gnu@2.9.6': 2237 - resolution: {integrity: sha512-vY0le8ad2KaV1PJr+jCd8fUF9VOjwwQP/uBuTJvhvKTloEwxYA/kAjKK9OpIslGA9m/zcnSo74czI6bBrm2sYA==} 2236 + '@tauri-apps/cli-linux-x64-gnu@2.10.0': 2237 + resolution: {integrity: sha512-Uvh4SUUp4A6DVRSMWjelww0GnZI3PlVy7VS+DRF5napKuIehVjGl9XD0uKoCoxwAQBLctvipyEK+pDXpJeoHng==} 2238 2238 engines: {node: '>= 10'} 2239 2239 cpu: [x64] 2240 2240 os: [linux] 2241 2241 2242 - '@tauri-apps/cli-linux-x64-musl@2.9.6': 2243 - resolution: {integrity: sha512-TOEuB8YCFZTWVDzsO2yW0+zGcoMiPPwcUgdnW1ODnmgfwccpnihDRoks+ABT1e3fHb1ol8QQWsHSCovb3o2ENQ==} 2242 + '@tauri-apps/cli-linux-x64-musl@2.10.0': 2243 + resolution: {integrity: sha512-AP0KRK6bJuTpQ8kMNWvhIpKUkQJfcPFeba7QshOQZjJ8wOS6emwTN4K5g/d3AbCMo0RRdnZWwu67MlmtJyxC1Q==} 2244 2244 engines: {node: '>= 10'} 2245 2245 cpu: [x64] 2246 2246 os: [linux] 2247 2247 2248 - '@tauri-apps/cli-win32-arm64-msvc@2.9.6': 2249 - resolution: {integrity: sha512-ujmDGMRc4qRLAnj8nNG26Rlz9klJ0I0jmZs2BPpmNNf0gM/rcVHhqbEkAaHPTBVIrtUdf7bGvQAD2pyIiUrBHQ==} 2248 + '@tauri-apps/cli-win32-arm64-msvc@2.10.0': 2249 + resolution: {integrity: sha512-97DXVU3dJystrq7W41IX+82JEorLNY+3+ECYxvXWqkq7DBN6FsA08x/EFGE8N/b0LTOui9X2dvpGGoeZKKV08g==} 2250 2250 engines: {node: '>= 10'} 2251 2251 cpu: [arm64] 2252 2252 os: [win32] 2253 2253 2254 - '@tauri-apps/cli-win32-ia32-msvc@2.9.6': 2255 - resolution: {integrity: sha512-S4pT0yAJgFX8QRCyKA1iKjZ9Q/oPjCZf66A/VlG5Yw54Nnr88J1uBpmenINbXxzyhduWrIXBaUbEY1K80ZbpMg==} 2254 + '@tauri-apps/cli-win32-ia32-msvc@2.10.0': 2255 + resolution: {integrity: sha512-EHyQ1iwrWy1CwMalEm9z2a6L5isQ121pe7FcA2xe4VWMJp+GHSDDGvbTv/OPdkt2Lyr7DAZBpZHM6nvlHXEc4A==} 2256 2256 engines: {node: '>= 10'} 2257 2257 cpu: [ia32] 2258 2258 os: [win32] 2259 2259 2260 - '@tauri-apps/cli-win32-x64-msvc@2.9.6': 2261 - resolution: {integrity: sha512-ldWuWSSkWbKOPjQMJoYVj9wLHcOniv7diyI5UAJ4XsBdtaFB0pKHQsqw/ItUma0VXGC7vB4E9fZjivmxur60aw==} 2260 + '@tauri-apps/cli-win32-x64-msvc@2.10.0': 2261 + resolution: {integrity: sha512-NTpyQxkpzGmU6ceWBTY2xRIEaS0ZLbVx1HE1zTA3TY/pV3+cPoPPOs+7YScr4IMzXMtOw7tLw5LEXo5oIG3qaQ==} 2262 2262 engines: {node: '>= 10'} 2263 2263 cpu: [x64] 2264 2264 os: [win32] 2265 2265 2266 - '@tauri-apps/cli@2.9.6': 2267 - resolution: {integrity: sha512-3xDdXL5omQ3sPfBfdC8fCtDKcnyV7OqyzQgfyT5P3+zY6lcPqIYKQBvUasNvppi21RSdfhy44ttvJmftb0PCDw==} 2266 + '@tauri-apps/cli@2.10.0': 2267 + resolution: {integrity: sha512-ZwT0T+7bw4+DPCSWzmviwq5XbXlM0cNoleDKOYPFYqcZqeKY31KlpoMW/MOON/tOFBPgi31a2v3w9gliqwL2+Q==} 2268 2268 engines: {node: '>= 10'} 2269 2269 hasBin: true 2270 2270 ··· 8314 8314 8315 8315 '@speed-highlight/core@1.2.12': {} 8316 8316 8317 - '@tauri-apps/api@2.9.1': {} 8317 + '@tauri-apps/api@2.10.1': {} 8318 8318 8319 - '@tauri-apps/cli-darwin-arm64@2.9.6': 8319 + '@tauri-apps/cli-darwin-arm64@2.10.0': 8320 8320 optional: true 8321 8321 8322 - '@tauri-apps/cli-darwin-x64@2.9.6': 8322 + '@tauri-apps/cli-darwin-x64@2.10.0': 8323 8323 optional: true 8324 8324 8325 - '@tauri-apps/cli-linux-arm-gnueabihf@2.9.6': 8325 + '@tauri-apps/cli-linux-arm-gnueabihf@2.10.0': 8326 8326 optional: true 8327 8327 8328 - '@tauri-apps/cli-linux-arm64-gnu@2.9.6': 8328 + '@tauri-apps/cli-linux-arm64-gnu@2.10.0': 8329 8329 optional: true 8330 8330 8331 - '@tauri-apps/cli-linux-arm64-musl@2.9.6': 8331 + '@tauri-apps/cli-linux-arm64-musl@2.10.0': 8332 8332 optional: true 8333 8333 8334 - '@tauri-apps/cli-linux-riscv64-gnu@2.9.6': 8334 + '@tauri-apps/cli-linux-riscv64-gnu@2.10.0': 8335 8335 optional: true 8336 8336 8337 - '@tauri-apps/cli-linux-x64-gnu@2.9.6': 8337 + '@tauri-apps/cli-linux-x64-gnu@2.10.0': 8338 8338 optional: true 8339 8339 8340 - '@tauri-apps/cli-linux-x64-musl@2.9.6': 8340 + '@tauri-apps/cli-linux-x64-musl@2.10.0': 8341 8341 optional: true 8342 8342 8343 - '@tauri-apps/cli-win32-arm64-msvc@2.9.6': 8343 + '@tauri-apps/cli-win32-arm64-msvc@2.10.0': 8344 8344 optional: true 8345 8345 8346 - '@tauri-apps/cli-win32-ia32-msvc@2.9.6': 8346 + '@tauri-apps/cli-win32-ia32-msvc@2.10.0': 8347 8347 optional: true 8348 8348 8349 - '@tauri-apps/cli-win32-x64-msvc@2.9.6': 8349 + '@tauri-apps/cli-win32-x64-msvc@2.10.0': 8350 8350 optional: true 8351 8351 8352 - '@tauri-apps/cli@2.9.6': 8352 + '@tauri-apps/cli@2.10.0': 8353 8353 optionalDependencies: 8354 - '@tauri-apps/cli-darwin-arm64': 2.9.6 8355 - '@tauri-apps/cli-darwin-x64': 2.9.6 8356 - '@tauri-apps/cli-linux-arm-gnueabihf': 2.9.6 8357 - '@tauri-apps/cli-linux-arm64-gnu': 2.9.6 8358 - '@tauri-apps/cli-linux-arm64-musl': 2.9.6 8359 - '@tauri-apps/cli-linux-riscv64-gnu': 2.9.6 8360 - '@tauri-apps/cli-linux-x64-gnu': 2.9.6 8361 - '@tauri-apps/cli-linux-x64-musl': 2.9.6 8362 - '@tauri-apps/cli-win32-arm64-msvc': 2.9.6 8363 - '@tauri-apps/cli-win32-ia32-msvc': 2.9.6 8364 - '@tauri-apps/cli-win32-x64-msvc': 2.9.6 8354 + '@tauri-apps/cli-darwin-arm64': 2.10.0 8355 + '@tauri-apps/cli-darwin-x64': 2.10.0 8356 + '@tauri-apps/cli-linux-arm-gnueabihf': 2.10.0 8357 + '@tauri-apps/cli-linux-arm64-gnu': 2.10.0 8358 + '@tauri-apps/cli-linux-arm64-musl': 2.10.0 8359 + '@tauri-apps/cli-linux-riscv64-gnu': 2.10.0 8360 + '@tauri-apps/cli-linux-x64-gnu': 2.10.0 8361 + '@tauri-apps/cli-linux-x64-musl': 2.10.0 8362 + '@tauri-apps/cli-win32-arm64-msvc': 2.10.0 8363 + '@tauri-apps/cli-win32-ia32-msvc': 2.10.0 8364 + '@tauri-apps/cli-win32-x64-msvc': 2.10.0 8365 8365 8366 8366 '@tauri-apps/plugin-opener@2.5.3': 8367 8367 dependencies: 8368 - '@tauri-apps/api': 2.9.1 8368 + '@tauri-apps/api': 2.10.1 8369 8369 8370 8370 '@tokenizer/inflate@0.4.1': 8371 8371 dependencies: