Skip to content

Commit

Permalink
Update cargo requirement from 0.74 to 0.75
Browse files Browse the repository at this point in the history
Updates the requirements on [cargo](https://github.com/rust-lang/cargo) to permit the latest version.
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@0.74.0...0.75.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 4097204 commit 73da694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = "main.rs"

[dependencies]
anyhow = "1"
cargo = "0.74"
cargo = "0.75"
cargo-util = "0.2"
clap = { version = "4", features = ["derive", "env"] }
dirs = "5"
Expand Down

0 comments on commit 73da694

Please # to comment.