Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tauri-winres requirement from 0.2 to 0.3 #376

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Updates the requirements on tauri-winres to permit the latest version.

Release notes

Sourced from tauri-winres's releases.

winres v0.3.0

Updating crates.io index Locking 37 packages to latest compatible versions

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 726 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (38 crate dependencies)

[0.3.0]

  • winres is now more strict about embed_resource's result (using manifest_required instead of manifest_option) and therefore may panic more likely, for example if the environment is missing a resource compiler.
    • 181645b feat: More strictly handle resource compiler issues. (#20) on 2025-01-29
Updating crates.io index
   Packaging tauri-winres v0.3.0 (/home/runner/work/winres/winres)
    Updating crates.io index
    Packaged 17 files, 154.2KiB (23.7KiB compressed)
   Verifying tauri-winres v0.3.0 (/home/runner/work/winres/winres)
warning: no edition set: defaulting to the 2015 edition while the latest is 2021
 Downloading crates ...
  Downloaded rustc_version v0.4.1
  Downloaded embed-resource v3.0.1
   Compiling serde v1.0.217
   Compiling semver v1.0.25
   Compiling equivalent v1.0.1
   Compiling hashbrown v0.15.2
   Compiling winnow v0.6.25
   Compiling indexmap v2.7.1
   Compiling shlex v1.3.0
   Compiling cc v1.2.10
   Compiling rustc_version v0.4.1
   Compiling memchr v2.7.4
   Compiling toml_datetime v0.6.8
   Compiling serde_spanned v0.6.8
   Compiling toml_edit v0.22.22
   Compiling toml v0.8.19
   Compiling embed-resource v3.0.1
   Compiling tauri-winres v0.3.0 (/home/runner/work/winres/winres/target/package/tauri-winres-0.3.0)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
</tr></table> 

... (truncated)

Changelog

Sourced from tauri-winres's changelog.

[0.3.0]

  • winres is now more strict about embed_resource's result (using manifest_required instead of manifest_option) and therefore may panic more likely, for example if the environment is missing a resource compiler.
    • 181645b feat: More strictly handle resource compiler issues. (#20) on 2025-01-29

[0.2.1]

  • Updated embed-resource to v3. No user facing changes.
    • 8e8897c chore(deps): update rust crate embed-resource to v3 (#18) on 2025-01-29

[0.2.0]

  • Updated toml crate to 0.8. This raises this crate's MSRV to 1.65.
    • fad716e chore(deps): update toml to 0.8 (#13) on 2025-01-10

[0.1.1]

  • Added compile_for function to select which binaries to apply the resource to.
    • 3aa8411 refactor: Use embed-resource crate to compile resources (#9) on 2023-05-04
  • Use https://github.com/nabijaczleweli/rust-embed-resource to compile the resource for better cross-platform compilation support. Note that because of this a few methods are no-op now and marked as deprecated. Technically this was a breaking change.
    • 3aa8411 refactor: Use embed-resource crate to compile resources (#9) on 2023-05-04

[0.1.0]

  • Initial release.
    • 72e3fec ci: Add covector to prepare publishing (#5) on 2023-01-19
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [tauri-winres](https://github.com/tauri-apps/winres) to permit the latest version.
- [Release notes](https://github.com/tauri-apps/winres/releases)
- [Changelog](https://github.com/tauri-apps/winres/blob/main/CHANGELOG.md)
- [Commits](tauri-apps/winres@winres-v0.2...winres-v0.3)

---
updated-dependencies:
- dependency-name: tauri-winres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Kind: dependencies Pull requests that update a dependency file label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants