Skip to content

Commit fc1c81b

Browse files
Merge pull request #220 from influxdata/dependabot/cargo/proptest-derive-0.4
chore(deps): update proptest-derive requirement from 0.3 to 0.4
2 parents b718def + 881e62a commit fc1c81b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ j4rs = "0.17.0"
4848
once_cell = "1.9"
4949
procspawn = "0.10"
5050
proptest = "1"
51-
proptest-derive = "0.3"
51+
proptest-derive = "0.4"
5252
rustls-pemfile = "1.0"
5353
rdkafka = { version = "0.34", default-features = false, features = ["libz", "tokio", "zstd"] }
5454
tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] }

src/protocol/record.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
//!
2020
//! [KIP-32]: https://cwiki.apache.org/confluence/display/KAFKA/KIP-32+-+Add+timestamps+to+Kafka+message
2121
//! [KIP-98]: https://cwiki.apache.org/confluence/display/KAFKA/KIP-98+-+Exactly+Once+Delivery+and+Transactional+Messaging
22-
#![allow(clippy::arc_with_non_send_sync)] // workaround for https://github.com/proptest-rs/proptest/issues/364
2322
use std::io::{Cursor, Read, Write};
2423

2524
#[cfg(test)]

0 commit comments

Comments
 (0)