Bump serde_json from 1.0.88 to 1.0.89 in /src-tauri (#111)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.88 to 1.0.89.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.88...v1.0.89)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-12-06 14:31:20 +05:30
committed by GitHub
parent 6fdb73d779
commit b34783637b
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ rust-version = "1.61"
tauri-build = { version = "1.2.0", features = [] }
[dependencies]
serde_json = "1.0.88"
serde_json = "1.0.89"
serde = { version = "1.0.149", features = ["derive"] }
tauri = { version = "1.2.0", features = ["api-all", "devtools", "updater"] }