Bump serde_json from 1.0.86 to 1.0.87 in /src-tauri (#91)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87)

---
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-10-25 13:30:09 +05:30
committed by GitHub
parent 0d619079e5
commit 44ac27995d
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ rust-version = "1.61"
tauri-build = { version = "1.1.1", features = [] }
[dependencies]
serde_json = "1.0.86"
serde_json = "1.0.87"
serde = { version = "1.0.147", features = ["derive"] }
tauri = { version = "1.1.1", features = ["api-all", "devtools", "updater"] }