error: rustc 1.82.0 is not supported by the following package:
async-lock@3.4.2 requires rustc 1.85
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.82.0
I thought we were using the MSRV-aware resolver...
example: https://github.com/aws/aws-lambda-rust-runtime/actions/runs/20501347843/job/58977029559?pr=1067
Looks like we implicitly picked up a newer version that bumped MSRV: smol-rs/async-lock#103
I thought we were using the MSRV-aware resolver...