Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.3` | `1.40.0` |
| [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0-rc.2` |
| [tauri-plugin-updater](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0-rc.2` |
| [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.2` | `2.0.0-rc.3` |
| [tauri-plugin-process](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.0` | `2.0.0-rc.1` |
| [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.2` | `2.0.0-rc.3` |
| [tauri-build](https://github.com/tauri-apps/tauri) | `2.0.0-rc.6` | `2.0.0-rc.7` |


Updates `tokio` from 1.39.3 to 1.40.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0)

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

Updates `tauri-plugin-updater` from 2.0.0-rc.1 to 2.0.0-rc.2
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-rc.1...nfc-v2.0.0-rc.2)

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

Updates `tauri-plugin-process` from 2.0.0-rc.0 to 2.0.0-rc.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-rc.0...os-v2.0.0-rc.1)

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

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: tauri-plugin-updater
  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-plugin-process
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tauri-plugin-shell
  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 2, 2024
1 parent 57456d3 commit 7fe5c90
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
69 changes: 35 additions & 34 deletions src-tauri/Cargo.lock

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

14 changes: 7 additions & 7 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-build = { version = "2.0.0-rc", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-rc", features = [] }
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
directories = "5.0.0"
aes-gcm-siv = { version = "0.11.1" }
anyhow = "1.0.86"
Expand All @@ -31,13 +31,13 @@ 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.1"
tauri-plugin-window-state = "=2.0.0-rc.2"
font-kit = "0.14.2"
arboard = "3.4.0"
time = "0.3.36"
tauri-plugin-updater = "2.0.0-beta.10"
tauri-plugin-dialog = "2.0.0-rc.0"
tauri-plugin-process = "2.0.0-rc.0"
tauri-plugin-updater = "2.0.0-rc.2"
tauri-plugin-dialog = "2.0.0-rc.3"
tauri-plugin-process = "2.0.0-rc.1"
tauri-plugin-clipboard-manager = "2.1.0-beta.7"

[features]
Expand All @@ -49,5 +49,5 @@ default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]

[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-updater = "2.0.0-rc.0"
tauri-plugin-shell = "2.0.0-rc.0"
tauri-plugin-updater = "2.0.0-rc.2"
tauri-plugin-shell = "2.0.0-rc.3"

0 comments on commit 7fe5c90

Please sign in to comment.