Skip to content

Commit

Permalink
Merge pull request #1123 from TeamHarTex/renovate/rdkafka-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate rdkafka to 0.33.2
  • Loading branch information
HTGAzureX1212 authored Jul 7, 2023
2 parents bc7581c + 60c34f8 commit 7eafc2d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions discord-frontend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion discord-frontend/hartex-discord-leader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hartex_kafka_utils = { path = "../../rust-utilities/hartex-kafka-utils" }
hartex_log = { path = "../../rust-utilities/hartex-log" }

futures-util = "0.3.28"
rdkafka = { version = "0.33.0", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
rdkafka = { version = "0.33.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
tracing = { version = "0.1.37", features = ["log-always" ]}

[features]
2 changes: 1 addition & 1 deletion discord-frontend/hartex-discord-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }
chrono = { version = "0.4.26", features = ["clock"], default-features = false }
futures-util = "0.3.28"
once_cell = "1.18.0"
rdkafka = { version = "0.33.0", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
rdkafka = { version = "0.33.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
serde = "1.0.166"
serde_json = "1.0.100"
serde_scan = "0.4.1"
Expand Down
4 changes: 2 additions & 2 deletions rust-utilities/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-utilities/hartex-kafka-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rust-version = "1.72.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rdkafka = { version = "0.33.0", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
rdkafka = { version = "0.33.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }

[features]

0 comments on commit 7eafc2d

Please sign in to comment.