Skip to content

Commit

Permalink
Update cargo requirement from 0.78.0 to 0.79.0
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.78.0...0.79.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent 1395afb commit 98c16da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -28,7 +28,7 @@ name = "cargo-ctest"
path = "src/bin/ctest.rs"

[dependencies]
cargo = "0.78.0"
cargo = "0.79.0"
cargo-util = "0.2"
semver = "1.0.3"
log = "0.4"
Expand Down

0 comments on commit 98c16da

Please sign in to comment.