bump nyquest and stop using .json() workaround

This commit is contained in:
2025-05-04 17:52:06 +01:00
parent f3436c8ddc
commit a423721aee
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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"