Skip to content

chore(deps): bump tauri from 2.11.1 to 2.11.2 in /src-tauri#19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/tauri-2.11.2
Closed

chore(deps): bump tauri from 2.11.1 to 2.11.2 in /src-tauri#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/tauri-2.11.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps tauri from 2.11.1 to 2.11.2.

Release notes

Sourced from tauri's releases.

tauri-cli v2.11.2

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 1090 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (1088 crate dependencies)
Crate:     atk
Version:   0.18.2
Warning:   unmaintained
Title:     gtk-rs GTK3 bindings - no longer maintained
Date:      2024-03-04
ID:        RUSTSEC-2024-0413
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0413
Dependency tree:
atk 0.18.2
└── gtk 0.18.2
    ├── wry 0.55.0
    │   └── tauri-runtime-wry 2.11.2
    │       └── tauri 2.11.2
    │           ├── tauri-utils 2.9.2
    │           │   ├── tauri-schema-generator 0.0.0
    │           │   ├── tauri-runtime-wry 2.11.2
    │           │   ├── tauri-runtime 2.11.2
    │           │   │   ├── tauri-runtime-wry 2.11.2
    │           │   │   └── tauri 2.11.2
    │           │   ├── tauri-plugin 2.6.2
    │           │   │   ├── tauri-plugin-sample 0.1.0
    │           │   │   │   └── api 0.1.0
    │           │   │   └── tauri-plugin-log 2.6.0
    │           │   │       └── api 0.1.0
    │           │   ├── tauri-macros 2.6.2
    │           │   │   └── tauri 2.11.2
    │           │   ├── tauri-codegen 2.6.2
    │           │   │   ├── tauri-macros 2.6.2
    │           │   │   └── tauri-build 2.6.2
    │           │   │       ├── tauri-file-associations-demo 0.1.0
    │           │   │       ├── tauri 2.11.2
    │           │   │       ├── resources 0.1.0
    │           │   │       ├── bench_helloworld 0.1.0
    │           │   │       ├── bench_files_transfer 0.1.0
    │           │   │       ├── bench_cpu_intensive 0.1.0
    │           │   │       └── api 0.1.0
    │           │   ├── tauri-cli 2.11.2
    │           │   │   └── tauri-cli-node 0.0.0
    │           │   ├── tauri-bundler 2.9.2
    │           │   │   └── tauri-cli 2.11.2
    │           │   ├── tauri-build 2.6.2
</tr></table> 

... (truncated)

Commits
  • 499df79 apply version updates (#15378)
  • 20bb033 Revert "feat: add Windows VC runtime linking and bundling options (#15372)" (...
  • b5b72ce fix(tauri-utils): preserve resource source file name when dest is empty (#15383)
  • 3fd8ba2 fix: resources after empty directory not copied (#15388)
  • 47e1b75 fix: set_as_windows_menu_for_nsapp command wrongly called `set_as_help_menu...
  • eadd8f5 chore(deps-dev): bump svelte from 5.53.11 to 5.55.7 (#15382)
  • 32d8166 feat: add Windows VC runtime linking and bundling options (#15372)
  • b15b859 refactor: make error dialog take &'static str (#15369)
  • 0e8e25f chore(deps): update dependency rollup to v4.60.3 (#15355)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.11.1 to 2.11.2.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.11.1...tauri-v2.11.2)

---
updated-dependencies:
- dependency-name: tauri
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 16, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 16, 2026

Greptile Summary

Routine patch-version bump of tauri from 2.11.1 to 2.11.2, bringing in three upstream bug fixes: preserving resource file names when the destination is empty, fixing resources not being copied after an empty directory, and correcting a macOS menu command (set_as_windows_menu_for_nsapp was incorrectly calling set_as_help_menu).

  • Cargo.toml updates the tauri version constraint; all other directly-specified dependencies are unchanged.
  • Cargo.lock updates checksums for seven related tauri sub-crates (tauri, tauri-build, tauri-codegen, tauri-macros, tauri-runtime, tauri-runtime-wry, tauri-utils) with no new transitive dependencies introduced.

Confidence Score: 5/5

Safe to merge — this is a patch-only bump with no new transitive dependencies and all checksum updates accounted for in the lockfile.

The change is limited to advancing tauri and its sub-crates by one patch version. The upstream release contains only targeted bug fixes (resource handling and a macOS menu command mismatch). The lockfile checksum updates are consistent and no new dependencies are introduced. The "unstable" feature flag on tauri was already present before this PR and is unrelated to this bump.

No files require special attention.

Important Files Changed

Filename Overview
src-tauri/Cargo.toml Bumps tauri from 2.11.1 to 2.11.2 (patch release with bug fixes for resource handling and macOS menu commands)
src-tauri/Cargo.lock Lockfile updated to reflect new checksums for tauri, tauri-build, tauri-codegen, tauri-macros, tauri-runtime, tauri-runtime-wry, and tauri-utils

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Cargo.toml\ntauri 2.11.1 → 2.11.2] --> B[Cargo.lock updated]
    B --> C[tauri 2.11.2]
    B --> D[tauri-runtime 2.11.2]
    B --> E[tauri-runtime-wry 2.11.2]
    B --> F[tauri-utils 2.9.2]
    B --> G[tauri-build 2.6.2]
    B --> H[tauri-codegen 2.6.2]
    B --> I[tauri-macros 2.6.2]
    C --> J[Bug fixes included]
    J --> K[Resource source filename preserved when dest is empty]
    J --> L[Resources copied correctly after empty directory]
    J --> M[macOS set_as_windows_menu_for_nsapp calls correct underlying method]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump tauri from 2.11.1 to 2..." | Re-trigger Greptile

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 17, 2026

Looks like tauri is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 17, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/src-tauri/tauri-2.11.2 branch May 17, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants