We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4e5fa commit 6b387d6Copy full SHA for 6b387d6
lambda-runtime/Cargo.toml
@@ -40,7 +40,7 @@ hyper = { workspace = true, features = ["http1", "client"] }
40
lambda-extension = { version = "0.12.2", path = "../lambda-extension", default-features = false, optional = true }
41
lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client", default-features = false }
42
miette = { version = "7.2.0", optional = true }
43
-opentelemetry-semantic-conventions = { version = "0.29", optional = true, features = ["semconv_experimental"] }
+opentelemetry-semantic-conventions = { version = "0.31", optional = true, features = ["semconv_experimental"] }
44
pin-project = "1"
45
serde = { version = "1", features = ["derive", "rc"] }
46
serde_json = "^1"
0 commit comments