Explorar o código

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

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
renovate[bot] %!s(int64=5) %!d(string=hai) anos
pai
achega
9bdd52d9af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" ] }