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 00fef2c commit 9a12630Copy full SHA for 9a12630
lambda-runtime/Cargo.toml
@@ -75,7 +75,7 @@ hyper-util = { workspace = true, features = [
75
] }
76
# pin back to pre-1.2.1 to avoid breaking rust MSRV of 1.81:
77
# https://github.com/hsivonen/idna_adapter/commit/f948802e3a2ae936eec51886eefbd7d536a28791
78
-idna_adapter = "=1.2.0"
+idna_adapter = "=1.2.1"
79
# Self dependency to enable the graceful-shutdown feature for tests
80
lambda_runtime = { path = ".", features = ["tracing", "graceful-shutdown"] }
81
pin-project-lite = { workspace = true }
0 commit comments