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 603a7e8 commit 250039bCopy full SHA for 250039b
lambda-runtime/Cargo.toml
@@ -44,7 +44,7 @@ hyper-util = { workspace = true, features = [
44
"http1",
45
"tokio",
46
] }
47
-lambda-extension = { version = "0.11.0", path = "../lambda-extension", default-features = false, optional = true }
+lambda-extension = { version = "0.12.0", path = "../lambda-extension", default-features = false, optional = true }
48
lambda_runtime_api_client = { version = "0.12.0", 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"] }
0 commit comments