diff --git a/libcnb/Cargo.toml b/libcnb/Cargo.toml index d99e4391..c417d939 100644 --- a/libcnb/Cargo.toml +++ b/libcnb/Cargo.toml @@ -23,9 +23,9 @@ cyclonedx-bom = { version = "0.8.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.27.1", optional = true } +opentelemetry_sdk = { version = "0.27.1", optional = true } +opentelemetry-stdout = { version = "0.27.0", optional = true, features = ["trace"] } serde = { version = "1.0.215", features = ["derive"] } thiserror = "2.0.6" toml.workspace = true