Skip to content

Commit 73c60ea

Browse files
authored
Update rdkafka version (#69)
1 parent 45d9198 commit 73c60ea

File tree

4 files changed

+31
-14
lines changed

4 files changed

+31
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ members = [
2222
"e2e",
2323
]
2424

25+
[workspace.dependencies]
26+
rdkafka = "0.38.0"
27+
2528
[package]
2629
name = "skywalking"
2730
version = "0.9.0"
@@ -51,7 +54,7 @@ parking_lot = "0.12.3"
5154
portable-atomic = { version = "1.11.0", features = ["float"] }
5255
prost = "0.13.5"
5356
prost-derive = "0.13.5"
54-
rdkafka = { version = "0.37.0", optional = true }
57+
rdkafka = { workspace = true, optional = true }
5558
serde = { version = "1.0.219", features = ["derive"] }
5659
systemstat = { version = "0.2.4", optional = true }
5760
thiserror = "2.0.12"

dist-material/LICENSE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,11 @@ The text of each license is also included in licenses/LICENSE-[project].txt.
306306
https://crates.io/crates/hyper-timeout/0.5.2 0.5.2 Apache-2.0 OR MIT
307307
https://crates.io/crates/indexmap/1.9.3 1.9.3 Apache-2.0 OR MIT
308308
https://crates.io/crates/indexmap/2.8.0 2.8.0 Apache-2.0 OR MIT
309+
https://crates.io/crates/io-uring/0.7.8 0.7.8 Apache-2.0 OR MIT
309310
https://crates.io/crates/itertools/0.14.0 0.14.0 Apache-2.0 OR MIT
310311
https://crates.io/crates/itoa/1.0.15 1.0.15 Apache-2.0 OR MIT
311312
https://crates.io/crates/lazy_static/1.5.0 1.5.0 Apache-2.0 OR MIT
312-
https://crates.io/crates/libc/0.2.171 0.2.171 Apache-2.0 OR MIT
313+
https://crates.io/crates/libc/0.2.174 0.2.174 Apache-2.0 OR MIT
313314
https://crates.io/crates/libz-sys/1.1.22 1.1.22 Apache-2.0 OR MIT
314315
https://crates.io/crates/lock_api/0.4.12 0.4.12 Apache-2.0 OR MIT
315316
https://crates.io/crates/log/0.4.27 0.4.27 Apache-2.0 OR MIT
@@ -417,13 +418,13 @@ The text of each license is also included in licenses/LICENSE-[project].txt.
417418
https://crates.io/crates/hyper-util/0.1.10 0.1.10 MIT
418419
https://crates.io/crates/mio/1.0.3 1.0.3 MIT
419420
https://crates.io/crates/nom/7.1.3 7.1.3 MIT
420-
https://crates.io/crates/rdkafka/0.37.0 0.37.0 MIT
421-
https://crates.io/crates/rdkafka-sys/4.8.0+2.3.0 4.8.0+2.3.0 MIT
421+
https://crates.io/crates/rdkafka/0.38.0 0.38.0 MIT
422+
https://crates.io/crates/rdkafka-sys/4.9.0+2.10.0 4.9.0+2.10.0 MIT
422423
https://crates.io/crates/redox_syscall/0.5.10 0.5.10 MIT
423424
https://crates.io/crates/slab/0.4.9 0.4.9 MIT
424425
https://crates.io/crates/strsim/0.8.0 0.8.0 MIT
425426
https://crates.io/crates/textwrap/0.11.0 0.11.0 MIT
426-
https://crates.io/crates/tokio/1.44.1 1.44.1 MIT
427+
https://crates.io/crates/tokio/1.46.1 1.46.1 MIT
427428
https://crates.io/crates/tokio-macros/2.5.0 2.5.0 MIT
428429
https://crates.io/crates/tokio-stream/0.1.17 0.1.17 MIT
429430
https://crates.io/crates/tokio-util/0.7.14 0.7.14 MIT

e2e/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http-body-util = "0.1.3"
3333
hyper = { version = "1.6", features = ["full"] }
3434
hyper-util = "0.1.10"
3535
prost = "0.13.5"
36-
rdkafka = "0.37.0"
36+
rdkafka = { workspace = true }
3737
skywalking = { path = "..", features = ["kafka-reporter"] }
3838
structopt = "0.3"
3939
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)