mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Update deps
This commit is contained in:
parent
7cbf54dabd
commit
697a7365f3
981
desktop/src-tauri/Cargo.lock
generated
981
desktop/src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -16,12 +16,12 @@ libnspire = "0.2.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
rusb = "0.6.4"
|
rusb = "0.6.4"
|
||||||
serde = { version = "1.0", features = [ "derive" ] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
tauri = { version = "0.9", features = [ "event", "notification", "open" ] }
|
tauri = { version = "0.11", features = [ "event", "notification", "open" ] }
|
||||||
native-dialog = "0.4.3"
|
native-dialog = "0.4"
|
||||||
clap = "3.0.0-beta.2"
|
clap = "3.0.0-beta.2"
|
||||||
indicatif = "0.15.0"
|
indicatif = "0.15"
|
||||||
libusb1-sys = { version = "0.4.2", features = [ "vendored" ] }
|
libusb1-sys = { version = "0.4.2", features = [ "vendored" ] }
|
||||||
hashbrown = "0.9.0"
|
hashbrown = "0.11"
|
||||||
|
|
||||||
[target."cfg(windows)".build-dependencies]
|
[target."cfg(windows)".build-dependencies]
|
||||||
winres = "0.1"
|
winres = "0.1"
|
||||||
|
|
Loading…
Reference in a new issue