diff --git a/examples/react/gatsby-themed-site/src-tauri/Cargo.toml b/examples/react/gatsby-themed-site/src-tauri/Cargo.toml index 3ec73d0d2..af983fede 100644 --- a/examples/react/gatsby-themed-site/src-tauri/Cargo.toml +++ b/examples/react/gatsby-themed-site/src-tauri/Cargo.toml @@ -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" \ No newline at end of file +path = "src/main.rs"