We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82539a9 commit dc0670fCopy full SHA for dc0670f
lambda-runtime/Cargo.toml
@@ -73,6 +73,9 @@ hyper-util = { workspace = true, features = [
73
"server-auto",
74
"tokio",
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"
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