From 5e66139785aeb0d6a63d308a368a9a02e537dedf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 19:00:22 -0500 Subject: [PATCH] chore(examples) Update Rust crate serde_json to 1.0.46 (#391) * chore(examples) Update Rust crate serde_json to 1.0.46 * Update Cargo.toml Co-authored-by: WhiteSource Renovate Co-authored-by: Tensor-Programming --- examples/react/create-react-app/src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/react/create-react-app/src-tauri/Cargo.toml b/examples/react/create-react-app/src-tauri/Cargo.toml index 4ea165bcc..a28aae0e9 100644 --- a/examples/react/create-react-app/src-tauri/Cargo.toml +++ b/examples/react/create-react-app/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 = "app" -path = "src/main.rs" \ No newline at end of file +path = "src/main.rs"