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

build(deps): bump tauri-build from 2.0.0-beta.19 to 2.0.0-rc.6 in /src-tauri #99

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps tauri-build from 2.0.0-beta.19 to 2.0.0-rc.6.

Release notes

Sourced from tauri-build's releases.

tauri-build v2.0.0-rc.6

Updating git repository https://github.com/tauri-apps/schemars.git Updating crates.io index Locking 514 packages to latest compatible versions Adding addr2line v0.22.0 (latest: v0.24.1) Adding base64 v0.21.7 (latest: v0.22.1) Adding bit-set v0.5.3 (latest: v0.8.0) Adding bit-vec v0.6.3 (latest: v0.8.0) Adding bitflags v1.3.2 (latest: v2.6.0) Adding cairo-rs v0.18.5 (latest: v0.20.1) Adding cairo-sys-rs v0.18.2 (latest: v0.20.0) Adding cargo_toml v0.17.2 (latest: v0.20.4) Adding cfb v0.7.3 (latest: v0.10.0) Adding cfg-expr v0.15.8 (latest: v0.16.0) Adding convert_case v0.4.0 (latest: v0.6.0) Adding core-foundation v0.9.4 (latest: v0.10.0) Adding core-graphics v0.23.2 (latest: v0.24.0) Adding core-graphics-types v0.1.3 (latest: v0.2.0) Adding cssparser v0.27.2 (latest: v0.34.0) Adding derive_more v0.99.18 (latest: v1.0.0) Adding encode_unicode v0.3.6 (latest: v1.0.0) Adding env_logger v0.8.4 (latest: v0.11.5) Adding fluent-uri v0.1.4 (latest: v0.2.0) Adding foreign-types v0.3.2 (latest: v0.5.0) Adding foreign-types-shared v0.1.1 (latest: v0.3.1) Adding gdk-pixbuf v0.18.5 (latest: v0.20.1) Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.1) Adding generator v0.7.5 (latest: v0.8.2) Adding generic-array v0.14.7 (latest: v1.1.0) Adding getrandom v0.1.16 (latest: v0.2.15) Adding gimli v0.29.0 (latest: v0.31.0) Adding gio v0.18.4 (latest: v0.20.1) Adding gio-sys v0.18.1 (latest: v0.20.1) Adding glib v0.18.5 (latest: v0.20.1) Adding glib-macros v0.18.5 (latest: v0.20.1) Adding glib-sys v0.18.1 (latest: v0.20.1) Adding gobject-sys v0.18.0 (latest: v0.20.1) Adding hashbrown v0.12.3 (latest: v0.14.5) Adding heck v0.4.1 (latest: v0.5.0) Adding hermit-abi v0.3.9 (latest: v0.4.0) Adding html5ever v0.26.0 (latest: v0.28.0) Adding idna v0.5.0 (latest: v1.0.2) Adding image v0.24.9 (latest: v0.25.2) Adding indexmap v1.9.3 (latest: v2.4.0) Adding infer v0.15.0 (latest: v0.16.0) Adding itoa v0.4.8 (latest: v1.0.11) Adding jni-sys v0.3.0 (latest: v0.4.0) Adding jsonptr v0.4.7 (latest: v0.6.0) Adding libloading v0.7.4 (latest: v0.8.5) Adding linux-raw-sys v0.4.14 (latest: v0.6.5)

... (truncated)

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 26, 2024
Copy link

changeset-bot bot commented Aug 26, 2024

⚠️ No Changeset found

Latest commit: 366fe32

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps [tauri-build](https://github.com/tauri-apps/tauri) from 2.0.0-beta.19 to 2.0.0-rc.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v2.0.0-beta.19...tauri-build-v2.0.0-rc.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/tauri-build-2.0.0-rc.6 branch from 8b2e5fb to 366fe32 Compare September 9, 2024 08:36
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