diff --git a/libcnb/Cargo.toml b/libcnb/Cargo.toml index bc391496..7f257c7c 100644 --- a/libcnb/Cargo.toml +++ b/libcnb/Cargo.toml @@ -23,9 +23,9 @@ cyclonedx-bom = { version = "0.6.0", optional = true } libcnb-common.workspace = true libcnb-data.workspace = true libcnb-proc-macros.workspace = true -opentelemetry = { version = "0.21.0", optional = true } -opentelemetry_sdk = { version = "0.21.2", optional = true } -opentelemetry-stdout = { version = "0.2.0", optional = true, features = ["trace"] } +opentelemetry = { version = "0.23.0", optional = true } +opentelemetry_sdk = { version = "0.23.0", optional = true } +opentelemetry-stdout = { version = "0.4.0", optional = true, features = ["trace"] } serde = { version = "1.0.199", features = ["derive"] } thiserror = "1.0.59" toml.workspace = true