Skip to content

Commit 39cd7d8

Browse files
Merge pull request #113 from influxdata/cancel-safety
feat: producer cancellation and panic safety
2 parents 3af1939 + 34c3d7b commit 39cd7d8

File tree

7 files changed

+281
-161
lines changed

7 files changed

+281
-161
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 }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.58.1"
2+
channel = "1.59"
33
components = [ "rustfmt", "clippy" ]

0 commit comments

Comments
 (0)