Bump serde_json from 1.0.89 to 1.0.91 in /src-tauri (#124)

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

---
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-28 11:08:25 +05:30
committed by GitHub
parent 7e5deb7078
commit 1f3debcc2c
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ rust-version = "1.61"
tauri-build = { version = "1.2.1", features = [] }
[dependencies]
serde_json = "1.0.89"
serde_json = "1.0.91"
serde = { version = "1.0.152", features = ["derive"] }
tauri = { version = "1.2.2", features = ["api-all", "devtools", "updater"] }