Skip to content

Commit

Permalink
chore(deps): bump ts-rs from 6.2.1 to 7.0.0 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 6.2.1 to 7.0.0.
- [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases)
- [Commits](https://github.com/Aleph-Alpha/ts-rs/commits)

---
updated-dependencies:
- dependency-name: ts-rs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 8f02d2e commit c56a880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.1", features = [ "shell-open", "test", "global-shortcut", "config-json5", "dialog-message", "macos-private-api", "system-tray", "updater", "window-close"] }
window-vibrancy = "0.4.0"
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
ts-rs = "6.2.1"
ts-rs = "7.0.0"
ticking-timer = { git = "https://github.com/g07cha/ticking-timer", branch = "main" }
anyhow = "1.0.72"

Expand Down

0 comments on commit c56a880

Please sign in to comment.