Bump serde_json from 1.0.108 to 1.0.113 in /src-tauri (#269)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.113.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.113)

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

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]
2024-06-04 14:20:01 +10:00
committed by GitHub
parent 76c4afa9be
commit 9e3e9c8dba
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ rust-version = "1.61"
tauri-build = { version = "1.5.2", features = [] }
[dependencies]
serde_json = "1.0.108"
serde_json = "1.0.109"
serde = { version = "1.0.190", features = ["derive"] }
tauri = { version = "1.6.7", features = ["api-all", "devtools", "system-tray", "updater"] }