bump nyquest and stop using .json() workaround
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ egui_extras = { version = "0.31.1", default-features = false, features = [
|
||||
"svg",
|
||||
] }
|
||||
image = { version = "0.25.6", default-features = false, features = ["png"] }
|
||||
nyquest = { version = "0.1.0", features = ["blocking"] }
|
||||
nyquest = { version = "0.1.1", features = ["blocking", "json"] }
|
||||
nyquest-backend-winrt = { version = "0.1.0", features = ["blocking"] }
|
||||
open = "5.3.2"
|
||||
semver = "1.0.26"
|
||||
|
||||
Reference in New Issue
Block a user