From 1df7136acd67dc6a66e50927349912e03c16b8e4 Mon Sep 17 00:00:00 2001 From: Runji Wang Date: Fri, 5 Jan 2024 14:22:29 +0800 Subject: [PATCH] update madsim-rdkafka to fix missing apis Signed-off-by: Runji Wang --- Cargo.lock | 44 ++++++-------------------------------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97c1ac2b7b94d..2b1813d3dc5c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4724,7 +4724,7 @@ dependencies = [ "log", "murmur3", "once_cell", - "opendal 0.43.0", + "opendal", "ordered-float 3.9.1", "parquet 49.0.0", "prometheus", @@ -5473,9 +5473,9 @@ dependencies = [ [[package]] name = "madsim-rdkafka" -version = "0.3.0+0.34.0" +version = "0.3.1+0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00f9ab2d0545a55e4f209fc72c180a7e7b45a4e7baee7b4994c4628a877c5525" +checksum = "79bf1f687bdd0146a72d6132478032d770ebe1dbe42e1f46799c4dcbd9b31cbc" dependencies = [ "async-channel", "async-trait", @@ -6191,39 +6191,6 @@ version = "11.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" -[[package]] -name = "opendal" -version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c04ac25bc94e2b572a0f41bcc650cb39dd09255efce72b68eb5dc188b018c52a" -dependencies = [ - "anyhow", - "async-compat", - "async-trait", - "backon", - "base64 0.21.4", - "bytes", - "chrono", - "flagset", - "futures", - "http 0.2.9", - "log", - "md-5", - "once_cell", - "parking_lot 0.12.1", - "percent-encoding", - "pin-project", - "prometheus", - "quick-xml 0.30.0", - "reqsign", - "reqwest", - "serde", - "serde_json", - "sha2", - "tokio", - "uuid", -] - [[package]] name = "opendal" version = "0.44.0" @@ -6247,6 +6214,7 @@ dependencies = [ "parking_lot 0.12.1", "percent-encoding", "pin-project", + "prometheus", "quick-xml 0.30.0", "reqsign", "reqwest", @@ -8485,7 +8453,7 @@ dependencies = [ "mysql_common", "nexmark", "num-bigint", - "opendal 0.44.0", + "opendal", "parking_lot 0.12.1", "paste", "pretty_assertions", @@ -9053,7 +9021,7 @@ dependencies = [ "itertools 0.12.0", "madsim-aws-sdk-s3", "madsim-tokio", - "opendal 0.44.0", + "opendal", "prometheus", "risingwave_common", "rustls", diff --git a/Cargo.toml b/Cargo.toml index a46874f9e3da6..c3c1237a4da31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ aws-types = "1" etcd-client = { package = "madsim-etcd-client", version = "0.4" } futures-async-stream = "0.2.9" hytra = "0.1" -rdkafka = { package = "madsim-rdkafka", version = "0.3.0", features = [ +rdkafka = { package = "madsim-rdkafka", version = "0.3.1", features = [ "cmake-build", ] } hashbrown = { version = "0.14.0", features = [