Skip to content

Commit c215245

Browse files
committed
fix tokio deps
1 parent 6d806f6 commit c215245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twmq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redis = { version = "0.31.0", features = ["tokio-comp", "connection-manager"] }
88
nanoid = "0.4.0"
99
serde = { version = "1.0.219", features = ["derive"] }
1010
serde_json = "1.0.140"
11-
tokio = "1.45.0"
11+
tokio = { version = "1.45.0", features = ["macros"] }
1212
thiserror = "2.0.12"
1313
tracing = "0.1.41"
1414
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt"] }

0 commit comments

Comments
 (0)