diff --git a/libcnb/Cargo.toml b/libcnb/Cargo.toml index f2b12cc6..373ad941 100644 --- a/libcnb/Cargo.toml +++ b/libcnb/Cargo.toml @@ -23,9 +23,9 @@ cyclonedx-bom = { version = "0.6.1", 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.203", features = ["derive"] } thiserror = "1.0.61" toml.workspace = true