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 2b3bcb7 commit 3f0e2fbCopy full SHA for 3f0e2fb
lambda-runtime/Cargo.toml
@@ -47,7 +47,7 @@ hyper-util = { workspace = true, features = [
47
lambda-extension = { version = "0.12.1", path = "../lambda-extension", default-features = false, optional = true }
48
lambda_runtime_api_client = { version = "0.12.2", path = "../lambda-runtime-api-client", default-features = false }
49
miette = { version = "7.2.0", optional = true }
50
-opentelemetry-semantic-conventions = { version = "0.29", optional = true, features = ["semconv_experimental"] }
+opentelemetry-semantic-conventions = { version = "0.30", optional = true, features = ["semconv_experimental"] }
51
pin-project = "1"
52
serde = { version = "1", features = ["derive", "rc"] }
53
serde_json = "^1"
0 commit comments