diff --git a/discord-frontend/Cargo.lock b/discord-frontend/Cargo.lock index 21fa4be22..4c135325e 100644 --- a/discord-frontend/Cargo.lock +++ b/discord-frontend/Cargo.lock @@ -1995,7 +1995,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -2689,9 +2689,9 @@ dependencies = [ [[package]] name = "rdkafka" -version = "0.36.3" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37a91b4b60ca795fccb5c471edaaf43338a2dfadbc5fc1f8085dd4be70236254" +checksum = "14b52c81ac3cac39c9639b95c20452076e74b8d9a71bc6fc4d83407af2ea6fff" dependencies = [ "futures-channel", "futures-util", diff --git a/discord-frontend/hartex-discord-entitycache-service/Cargo.toml b/discord-frontend/hartex-discord-entitycache-service/Cargo.toml index 374283544..876391f72 100644 --- a/discord-frontend/hartex-discord-entitycache-service/Cargo.toml +++ b/discord-frontend/hartex-discord-entitycache-service/Cargo.toml @@ -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" diff --git a/discord-frontend/hartex-discord-leader/Cargo.toml b/discord-frontend/hartex-discord-leader/Cargo.toml index e26e3f6b2..eb03ec994 100644 --- a/discord-frontend/hartex-discord-leader/Cargo.toml +++ b/discord-frontend/hartex-discord-leader/Cargo.toml @@ -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" diff --git a/discord-frontend/hartex-discord-worker/Cargo.toml b/discord-frontend/hartex-discord-worker/Cargo.toml index 8172c220a..d6bbf731c 100644 --- a/discord-frontend/hartex-discord-worker/Cargo.toml +++ b/discord-frontend/hartex-discord-worker/Cargo.toml @@ -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" diff --git a/rust-utilities/Cargo.lock b/rust-utilities/Cargo.lock index 40b80ed58..6bfd1c077 100644 --- a/rust-utilities/Cargo.lock +++ b/rust-utilities/Cargo.lock @@ -1315,9 +1315,9 @@ dependencies = [ [[package]] name = "rdkafka" -version = "0.36.3" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37a91b4b60ca795fccb5c471edaaf43338a2dfadbc5fc1f8085dd4be70236254" +checksum = "14b52c81ac3cac39c9639b95c20452076e74b8d9a71bc6fc4d83407af2ea6fff" dependencies = [ "futures-channel", "futures-util", diff --git a/rust-utilities/hartex-kafka-utils/Cargo.toml b/rust-utilities/hartex-kafka-utils/Cargo.toml index 995074ab7..73c34b4ce 100644 --- a/rust-utilities/hartex-kafka-utils/Cargo.toml +++ b/rust-utilities/hartex-kafka-utils/Cargo.toml @@ -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]