update dependencies
This commit is contained in:
parent
0085866268
commit
7b089f89e3
840
src-tauri/Cargo.lock
generated
840
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -11,11 +11,11 @@ tauri-build = { version = "1.2", features = [] }
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
tauri = { version = "1.2.4", features = ["dialog-confirm"] }
|
tauri = { version = "1.3.0", features = ["dialog-confirm"] }
|
||||||
ip_lib = { path = "../library/" }
|
ip_lib = { path = "../library/" }
|
||||||
rand="0.8.5"
|
rand="0.8.5"
|
||||||
open="4.0"
|
open="4.1.0"
|
||||||
tokio="1.27"
|
tokio="1.28.0"
|
||||||
|
|
||||||
[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