Browse Source

chore(deps) Update Rust crate serde_json to 1.0.46 (#381)

* chore(deps) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
renovate[bot] 5 năm trước cách đây
mục cha
commit
f721d29b68
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tauri/Cargo.toml

+ 2 - 2
tauri/Cargo.toml

@@ -10,7 +10,7 @@ edition = "2018"
 exclude = ["test/fixture/**"]
 
 [dependencies]
-serde_json = "1.0.45"
+serde_json = "1.0"
 serde = "1.0"
 serde_derive = "1.0"
 rand = "0.7"
@@ -48,4 +48,4 @@ setTitle = []
 execute = []
 open = []
 event = []
-updater = []
+updater = []