Skip to content

Commit 2e872b4

Browse files
committed
feat: producer cancellation and panic safety
1 parent 7c1ac78 commit 2e872b4

File tree

5 files changed

+258
-262
lines changed

5 files changed

+258
-262
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rustls = { version = "0.20", optional = true }
3333
snap = { version = "1", optional = true }
3434
thiserror = "1.0"
3535
time = "0.3"
36-
tokio = { version = "1.14", default-features = false, features = ["io-util", "net", "rt", "sync", "time"] }
36+
tokio = { version = "1.14", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
3737
tokio-rustls = { version = "0.23", optional = true }
3838
tracing = "0.1"
3939
zstd = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)