Skip to content

Commit

Permalink
chore(deps): update packages/tauri digest to a0841d5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent 2e3bcc6 commit 93d1c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tauri
Submodule tauri updated 54 files
+6 −0 .changes/cli-desktop-port-exposure.md
+7 −0 .changes/fix-conf-parsing-error-filepath.md
+6 −0 .changes/linux-option-gtk-app-id.md
+5 −0 .changes/plugin-builder-failable.md
+9 −0 .changes/pre.json
+8 −0 .changes/remove-unsecure-configs.md
+5 −0 .changes/specta-derive-feature.md
+46 −48 Cargo.lock
+6 −0 core/tauri-config-schema/schema.json
+11 −0 core/tauri-runtime-wry/CHANGELOG.md
+2 −2 core/tauri-runtime-wry/Cargo.toml
+6 −0 core/tauri-runtime/CHANGELOG.md
+1 −1 core/tauri-runtime/Cargo.toml
+1 −1 core/tauri-runtime/src/webview.rs
+1 −1 core/tauri-runtime/src/window.rs
+7 −1 core/tauri-utils/src/config.rs
+10 −10 core/tauri-utils/src/config/parse.rs
+24 −0 core/tauri/CHANGELOG.md
+4 −4 core/tauri/Cargo.toml
+7 −1 core/tauri/src/app.rs
+1 −1 core/tauri/src/lib.rs
+2 −2 core/tauri/src/menu/builders/check.rs
+2 −2 core/tauri/src/menu/builders/icon.rs
+2 −2 core/tauri/src/menu/builders/normal.rs
+2 −2 core/tauri/src/menu/builders/submenu.rs
+2 −2 core/tauri/src/menu/check.rs
+2 −2 core/tauri/src/menu/icon.rs
+2 −2 core/tauri/src/menu/normal.rs
+29 −4 core/tauri/src/plugin.rs
+2 −7 core/tauri/src/protocol/tauri.rs
+1 −0 core/tauri/src/test/mod.rs
+12 −12 core/tauri/src/tray/mod.rs
+5 −5 core/tauri/src/webview/mod.rs
+8 −8 core/tauri/src/webview/webview_window.rs
+4 −4 core/tauri/src/window/mod.rs
+3 −0 core/tests/restart/Cargo.toml
+8 −8 examples/api/src-tauri/Cargo.lock
+2 −2 examples/api/vite.config.js
+14 −0 tooling/api/CHANGELOG.md
+1 −1 tooling/api/package.json
+1 −1 tooling/api/src/window.ts
+10 −0 tooling/bundler/CHANGELOG.md
+1 −1 tooling/bundler/Cargo.toml
+6 −0 tooling/cli/CHANGELOG.md
+6 −6 tooling/cli/Cargo.lock
+2 −2 tooling/cli/Cargo.toml
+2 −2 tooling/cli/metadata-v2.json
+6 −0 tooling/cli/node/CHANGELOG.md
+1 −1 tooling/cli/node/package.json
+6 −0 tooling/cli/schema.json
+1 −1 tooling/cli/src/acl/permission/add.rs
+2 −2 tooling/cli/src/dev.rs
+1 −4 tooling/cli/src/mobile/android/build.rs
+1 −16 tooling/cli/src/mobile/android/dev.rs

0 comments on commit 93d1c11

Please sign in to comment.