mirror of https://github.com/tauri-apps/tauri
chore(examples) Update Rust crate serde_json to 1.0.46 (#387)
* 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:
parent
92f3cbb99a
commit
a64add5354
|
@ -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 = [ "edge" ] }
|
||||
|
@ -37,4 +37,4 @@ no-server = [ "tauri/no-server" ]
|
|||
|
||||
[[bin]]
|
||||
name = "gatsby-themed-site-app"
|
||||
path = "src/main.rs"
|
||||
path = "src/main.rs"
|
||||
|
|
Loading…
Reference in New Issue