build(deps): bump serde_json from 1.0.97 to 1.0.99 in /src-tauri (#256)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-29 23:05:50 -04:00 committed by GitHub
parent a2758a8f60
commit 195c193a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View file

@ -3405,9 +3405,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.97"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
dependencies = [
"itoa 1.0.6",
"ryu",

View file

@ -28,7 +28,7 @@ reqwest = { version = "0.11", features = ["json"] }
rev_buf_reader = "0.3.0"
semver = "1.0.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.97"
serde_json = "1.0.99"
sysinfo = "0.29.2"
tar = "0.4.38"
tauri = { version = "1.3.0", features = ["api-all", "devtools", "reqwest-client"] }