Skip to content

Commit

Permalink
Update which requirement from 5.0.0 to 7.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@5.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent c4b8050 commit bf8327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf8327a

Please sign in to comment.