We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16799d8 commit a1f8c05Copy full SHA for a1f8c05
lambda-runtime/Cargo.toml
@@ -41,7 +41,7 @@ hyper-util = { workspace = true, features = [
41
] }
42
lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client", default-features = false }
43
miette = { version = "7.2.0", optional = true }
44
-opentelemetry-semantic-conventions = { version = "0.14", optional = true }
+opentelemetry-semantic-conventions = { version = "0.27", optional = true, features = ["semconv_experimental"] }
45
pin-project = "1"
46
serde = { version = "1", features = ["derive", "rc"] }
47
serde_json = "^1"
0 commit comments