Skip to content

Commit dc0670f

Browse files
committed
fix(ci/cd): pin back idna_adapter to avoid breaking msrv checks due to test dependencies
1 parent 82539a9 commit dc0670f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lambda-runtime/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ hyper-util = { workspace = true, features = [
7373
"server-auto",
7474
"tokio",
7575
] }
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"
7679
# Self dependency to enable the graceful-shutdown feature for tests
7780
lambda_runtime = { path = ".", features = ["tracing", "graceful-shutdown"] }
7881
pin-project-lite = { workspace = true }

0 commit comments

Comments
 (0)