Skip to content

Commit f9c0430

Browse files
Update cargo requirement from 0.92.0 to 0.93.0
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.92.0...0.93.0) --- updated-dependencies: - dependency-name: cargo dependency-version: 0.93.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2092deb commit f9c0430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ name = "cargo-ctest"
2828
path = "src/bin/ctest.rs"
2929

3030
[dependencies]
31-
cargo = "0.92.0"
31+
cargo = "0.93.0"
3232
cargo-util = "0.2"
3333
semver = "1.0.3"
3434
log = "0.4"

0 commit comments

Comments
 (0)