Skip to content

Commit

Permalink
Merge pull request #2465 from TeamHarTex/renovate/rdkafka-0.x
Browse files Browse the repository at this point in the history
Update Rust crate rdkafka to 0.37.0
  • Loading branch information
HTGAzureX1212 authored Nov 25, 2024
2 parents 7f8276e + fc38d62 commit 4262c34
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions discord-frontend/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }

futures-util = "0.3.30"
miette = { version = "7.2.0", features = ["fancy"] }
rdkafka = { version = "0.36.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
rdkafka = { version = "0.37.0", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
serde_json = "1.0.128"
serde = "1.0.210"
serde_scan = "0.4.1"
Expand Down
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 @@ -19,7 +19,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }

futures-util = "0.3.30"
miette = { version = "7.2.0", features = ["fancy"] }
rdkafka = { version = "0.36.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
rdkafka = { version = "0.37.0", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
serde_json = "1.0.128"
serde_scan = "0.4.1"
once_cell = "1.19.0"
Expand Down
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 @@ -31,7 +31,7 @@ hyper = { version = "1.4.1", features = ["client", "http1"] }
hyper-util = { version = "0.1.9", features = ["tokio"] }
miette = { version = "7.2.0", features = ["fancy"] }
once_cell = "1.19.0"
rdkafka = { version = "0.36.2", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
rdkafka = { version = "0.37.0", default-features = false, features = ["cmake-build", "external-lz4", "tokio"] }
serde = "1.0.210"
serde_json = "1.0.128"
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.83.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[features]

0 comments on commit 4262c34

Please sign in to comment.