Bump serde_json from 1.0.97 to 1.0.104 in /src-tauri

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.97 to 1.0.104.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.97...v1.0.104)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-31 15:50:07 +00:00 committed by Nikita Galaiko
parent 02c72d6acd
commit 2f40e62dbe
2 changed files with 7 additions and 7 deletions

12
src-tauri/Cargo.lock generated
View File

@ -3997,9 +3997,9 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.164"
version = "1.0.179"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
checksum = "0a5bf42b8d227d4abf38a1ddb08602e229108a517cd4e5bb28f9c7eaafdce5c0"
dependencies = [
"serde_derive",
]
@ -4016,9 +4016,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.164"
version = "1.0.179"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
checksum = "741e124f5485c7e60c03b043f79f320bff3527f4bbf12cf3831750dc46a0ec2c"
dependencies = [
"proc-macro2",
"quote",
@ -4027,9 +4027,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.97"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
dependencies = [
"itoa 1.0.6",
"ryu",

View File

@ -21,7 +21,7 @@ tauri-plugin-websocket = { git = "https://github.com/tauri-apps/plugins-workspac
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1", features = ["colored"] }
log = "0.4.17"
notify = { version = "6.0.1" }
serde_json = {version = "1.0.92", features = [ "std", "arbitrary_precision" ] }
serde_json = {version = "1.0.104", features = [ "std", "arbitrary_precision" ] }
uuid = "1.4.1"
git2 = { version = "0.17.2", features = ["vendored-openssl", "vendored-libgit2"] }
filetime = "0.2.19"