Skip to content

Commit

Permalink
Bump the production-dependencies group in /src-tauri with 5 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /src-tauri with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.87` | `1.0.89` |
| [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.3` | `2.0.0-rc.4` |
| [arboard](https://github.com/1Password/arboard) | `3.4.0` | `3.4.1` |
| [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.5` | `2.0.0-rc.7` |
| [tauri-build](https://github.com/tauri-apps/tauri) | `2.0.0-rc.9` | `2.0.0-rc.11` |


Updates `anyhow` from 1.0.87 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.87...1.0.89)

Updates `tauri-plugin-window-state` from 2.0.0-rc.3 to 2.0.0-rc.4
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.0-rc.3...fs-v2.0.0-rc.4)

Updates `arboard` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/1Password/arboard/releases)
- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)
- [Commits](1Password/arboard@v3.4.0...v3.4.1)

Updates `tauri-plugin-dialog` from 2.0.0-rc.5 to 2.0.0-rc.7
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.0.0-rc.5...dialog-v2.0.0-rc.7)

Updates `tauri-build` from 2.0.0-rc.9 to 2.0.0-rc.11
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v2.0.0-rc.9...tauri-build-v2.0.0-rc.11)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tauri-plugin-window-state
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: arboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tauri-plugin-dialog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8f1992d commit 3dd6737
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
63 changes: 34 additions & 29 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ tauri = { version = "2.0.0-rc.10", features = [] }
tokio = { version = "1.40.0", features = ["full"] }
directories = "5.0.0"
aes-gcm-siv = { version = "0.11.1" }
anyhow = "1.0.87"
anyhow = "1.0.89"
rand = "0.8.5"
rust-argon2 = "2.1.0"
zeroize = "1.8.1"
confy = "0.6.1"
serde_derive = "1.0.162"
totp-rs = { version = "5.6.0", features = ["otpauth"] }
tauri-plugin-window-state = "=2.0.0-rc.3"
tauri-plugin-window-state = "=2.0.0-rc.4"
font-kit = "0.14.2"
arboard = "3.4.0"
arboard = "3.4.1"
time = "0.3.36"
tauri-plugin-updater = "2.0.0-rc.3"
tauri-plugin-dialog = "2.0.0-rc.5"
tauri-plugin-dialog = "2.0.0-rc.7"
tauri-plugin-process = "2.0.0-rc.1"
tauri-plugin-clipboard-manager = "2.1.0-beta.7"

Expand Down

0 comments on commit 3dd6737

Please sign in to comment.