build: bump nyquest to v0.4.0

This commit is contained in:
2026-01-05 23:50:56 +08:00
parent 78adffd34d
commit bd6df7b93a
4 changed files with 17 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ redb = { workspace = true, optional = true }
tokio = { workspace = true, features = ["macros"], optional = true }
compio = { workspace = true, features = ["macros"], optional = true }
nyquest-preset = { version = "0.3.0", features = ["async"] }
nyquest-preset = { workspace = true, features = ["async"] }
palc = { version = "0.0.2" }
futures-util = { version = "0.3.31", optional = true }