Update deps

This commit is contained in:
lights0123 2021-04-05 15:21:43 -04:00
parent 7cbf54dabd
commit 697a7365f3
No known key found for this signature in database
GPG key ID: 28F315322E37972F
2 changed files with 704 additions and 285 deletions

File diff suppressed because it is too large Load diff

View file

@ -16,12 +16,12 @@ libnspire = "0.2.2"
lazy_static = "1.4.0"
rusb = "0.6.4"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "0.9", features = [ "event", "notification", "open" ] }
native-dialog = "0.4.3"
tauri = { version = "0.11", features = [ "event", "notification", "open" ] }
native-dialog = "0.4"
clap = "3.0.0-beta.2"
indicatif = "0.15.0"
indicatif = "0.15"
libusb1-sys = { version = "0.4.2", features = [ "vendored" ] }
hashbrown = "0.9.0"
hashbrown = "0.11"
[target."cfg(windows)".build-dependencies]
winres = "0.1"