build(deps): bump serde_json from 1.0.94 to 1.0.95 in /src-tauri (#141)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-31 16:46:10 -04:00 committed by GitHub
parent 4b565e8542
commit 3437cff8f7
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

@ -3080,9 +3080,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.94"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
dependencies = [
"itoa 1.0.6",
"ryu",

View file

@ -16,7 +16,7 @@ tauri-build = { version = "1.2.1", features = [] }
[dependencies]
fs_extra = "1.3.0"
serde_json = "1.0.94"
serde_json = "1.0.95"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.4", features = ["api-all", "devtools", "reqwest-client"] }
zip-extract = "0.1.1"