Skip to content

Commit

Permalink
Merge pull request #825 from VPKSoft/dependabot/cargo/src-tauri/produ…
Browse files Browse the repository at this point in the history
…ction-dependencies-e3bce9af08

Bump the production-dependencies group in /src-tauri with 7 updates
  • Loading branch information
VPKSoft committed Sep 2, 2024
2 parents 7fe1221 + 7fe5c90 commit 65bcf37
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 65bcf37

Please sign in to comment.