Analytics + more bug fixes (#144)

* Analytics + more bug fixes

* debug deadlock

* Fix mostly everything

* merge fixes

* fix rest

* final fixeS
This commit is contained in:
Geometrically
2023-06-19 14:59:06 -07:00
committed by GitHub
parent 84d731b670
commit 1e78a7b6a8
51 changed files with 1285 additions and 491 deletions

View File

@@ -22,7 +22,7 @@ async_zip = { version = "0.0.13", features = ["full"] }
tempfile = "3.5.0"
chrono = { version = "0.4.19", features = ["serde"] }
daedalus = { version = "0.1.21" }
daedalus = { version = "0.1.23" }
dirs = "5.0.1"
regex = "1.5"
@@ -49,6 +49,8 @@ notify-debouncer-mini = { version = "0.2.1", default-features = false }
lazy_static = "1.4.0"
dunce = "1.0.3"
whoami = "1.4.0"
[target.'cfg(windows)'.dependencies]
winreg = "0.50.0"