ソースを参照

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

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
renovate[bot] 5 年 前
コミット
096db9c976
1 ファイル変更1 行追加1 行削除
  1. 1 1
      examples/vanillajs/monolith/src-tauri/Cargo.toml

+ 1 - 1
examples/vanillajs/monolith/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 = [ "all-api", "edge" ] }