Skip to content

Commit

Permalink
Merge pull request #113 from influxdata/cancel-safety
Browse files Browse the repository at this point in the history
feat: producer cancellation and panic safety
  • Loading branch information
kodiakhq[bot] authored Mar 3, 2022
2 parents 3af1939 + 34c3d7b commit 39cd7d8
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 161 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rustls = { version = "0.20", optional = true }
snap = { version = "1", optional = true }
thiserror = "1.0"
time = "0.3"
tokio = { version = "1.14", default-features = false, features = ["io-util", "net", "rt", "sync", "time"] }
tokio = { version = "1.14", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] }
tokio-rustls = { version = "0.23", optional = true }
tracing = "0.1"
zstd = { version = "0.10", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.58.1"
channel = "1.59"
components = [ "rustfmt", "clippy" ]
Loading

0 comments on commit 39cd7d8

Please sign in to comment.