Skip to content

Commit 1c74e7c

Browse files
Bump rdkafka from 0.38.0 to 0.39.0 (#112)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c74860 commit 1c74e7c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/kafka/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async-trait = { version = "0.1", optional = true }
6464
clap = { version = "4.5", features = ["derive", "env"], optional = true }
6565

6666
# from_kafka + producer
67-
rdkafka = { version = "0.38", features = ["tokio", "sasl"], optional = true }
67+
rdkafka = { version = "0.39", features = ["tokio", "sasl"], optional = true }
6868
tokio = { version = "1.49", features = ["full"], optional = true }
6969
tempfile = { version = "3.27", optional = true }
7070

crates/loadtest-populate-kafka/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = "0.1"
2121
anyhow = "1.0"
2222

2323
# Kafka
24-
rdkafka = { version = "0.38", features = ["tokio"] }
24+
rdkafka = { version = "0.39", features = ["tokio"] }
2525

2626
# Protobuf encoding
2727
protobuf = "3.7"

0 commit comments

Comments
 (0)