chore(examples) Update Rust crate serde_json to 1.0.46 (#389)

* chore(examples) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
This commit is contained in:
renovate[bot]
2020-02-05 19:00:01 -05:00
committed by GitHub
parent c938c5d30d
commit def79c5af1

View File

@@ -22,7 +22,7 @@ icon = [
]
[dependencies]
serde_json = "1.0.45"
serde_json = "1.0"
serde = "1.0"
serde_derive = "1.0"
tauri = { path = "../../../../tauri", features = [ "all-api", "edge" ] }