Skip to content

Commit 1839cf5

Browse files
Update dependencies
1 parent d3f17aa commit 1839cf5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lambda-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ default-features = false
5555
features = ["alb", "apigw"]
5656

5757
[dev-dependencies]
58-
axum-core = "0.5.0"
59-
axum-extra = { version = "0.10.0", features = ["query"] }
58+
axum-core = "0.5.4"
59+
axum-extra = { version = "0.10.2", features = ["query"] }
6060
lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client" }
6161
log = "^0.4"
6262
maplit = "1.0"

lambda-runtime/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ hyper = { workspace = true, features = ["http1", "client"] }
4040
lambda-extension = { version = "0.12.2", path = "../lambda-extension", default-features = false, optional = true }
4141
lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client", default-features = false }
4242
miette = { version = "7.2.0", optional = true }
43-
opentelemetry-semantic-conventions = { version = "0.29", optional = true, features = ["semconv_experimental"] }
43+
opentelemetry-semantic-conventions = { version = "0.31", optional = true, features = ["semconv_experimental"] }
4444
pin-project = "1"
4545
serde = { version = "1", features = ["derive", "rc"] }
4646
serde_json = "^1"
@@ -56,7 +56,7 @@ tower = { workspace = true, features = ["util"] }
5656
tracing = { version = "0.1", features = ["log"] }
5757

5858
[dev-dependencies]
59-
httpmock = "0.7.0"
59+
httpmock = "0.8.1"
6060
hyper-util = { workspace = true, features = [
6161
"client",
6262
"client-legacy",
@@ -74,4 +74,4 @@ pin-project-lite = { workspace = true }
7474
tracing-appender = "0.2"
7575

7676
[package.metadata.docs.rs]
77-
all-features = true
77+
all-features = true

0 commit comments

Comments
 (0)