Skip to content

Commit

Permalink
Bump the production-dependencies group in /src-tauri with 3 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /src-tauri with 3 updates: [serde_json](https://github.com/serde-rs/json), [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) and [font-kit](https://github.com/servo/font-kit).


Updates `serde_json` from 1.0.121 to 1.0.122
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.121...v1.0.122)

Updates `tauri-plugin-window-state` from `1da7892` to `becacf9`
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@1da7892...becacf9)

Updates `font-kit` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/servo/font-kit/releases)
- [Commits](servo/font-kit@v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tauri-plugin-window-state
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: font-kit
  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 Aug 5, 2024
1 parent ce02146 commit 2be5f3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -29,7 +29,7 @@ confy = "0.6.1"
serde_derive = "1.0.162"
totp-rs = { version = "5.6.0", features = ["otpauth"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
font-kit = "0.14.1"
font-kit = "0.14.2"
arboard = "3.4.0"

[features]
Expand Down

0 comments on commit 2be5f3b

Please sign in to comment.