diff --git a/aws-lc-rs/Cargo.toml b/aws-lc-rs/Cargo.toml index c3f1c895a63..561379ad2df 100644 --- a/aws-lc-rs/Cargo.toml +++ b/aws-lc-rs/Cargo.toml @@ -58,7 +58,7 @@ clap = { version = "4.1.8", features = ["derive"] } hex = "0.4.3" # Pinned dependency to preserve MSRV: 1.63.0 <= rust-version < 1.70.0 -which = "5.0.0" +which = "7.0.1" # Pinned dependency to preserve MSRV: ??? <= rust-version < 1.70.0 home = "=0.5.5" # Pinned dependency to preserve MSRV: 1.60.0 <= rust-version < 1.65.0