Skip to content

Commit 9a12630

Browse files
Update idna_adapter requirement from =1.2.0 to =1.2.1
Updates the requirements on [idna_adapter](https://github.com/hsivonen/idna_adapter) to permit the latest version. - [Commits](hsivonen/idna_adapter@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: idna_adapter dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00fef2c commit 9a12630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ hyper-util = { workspace = true, features = [
7575
] }
7676
# pin back to pre-1.2.1 to avoid breaking rust MSRV of 1.81:
7777
# https://github.com/hsivonen/idna_adapter/commit/f948802e3a2ae936eec51886eefbd7d536a28791
78-
idna_adapter = "=1.2.0"
78+
idna_adapter = "=1.2.1"
7979
# Self dependency to enable the graceful-shutdown feature for tests
8080
lambda_runtime = { path = ".", features = ["tracing", "graceful-shutdown"] }
8181
pin-project-lite = { workspace = true }

0 commit comments

Comments
 (0)