Sfoglia il codice sorgente

chore(examples) Update Rust crate serde_json to 1.0.45 (#363)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
renovate[bot] 5 anni fa
parent
commit
9bdd52d9af
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/react/create-react-app/src-tauri/Cargo.toml

+ 1 - 1
examples/react/create-react-app/src-tauri/Cargo.toml

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