update open version
This commit is contained in:
parent
624b69d6d1
commit
490dff20fd
741
src-tauri/Cargo.lock
generated
741
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -9,12 +9,12 @@ edition = "2021"
|
|||||||
tauri-build = { version = "1.2", features = [] }
|
tauri-build = { version = "1.2", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0"
|
serde_json = "1.0.94"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0.158", features = ["derive"] }
|
||||||
tauri = { version = "1.2", features = ["dialog-confirm"] }
|
tauri = { version = "1.2.4", features = ["dialog-confirm"] }
|
||||||
ip_lib = { path = "../library/" }
|
ip_lib = { path = "../library/" }
|
||||||
rand="0.8.5"
|
rand="0.8.5"
|
||||||
open="3.4.0"
|
open="4.0.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# by default Tauri runs in production mode
|
# by default Tauri runs in production mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user