Skip to content

Commit

Permalink
build(deps): update cargo requirement from 0.69 to 0.70
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.
- [Release notes](https://github.com/rust-lang/cargo/releases)
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@0.69.0...0.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Apr 21, 2023
1 parent 82ec644 commit 99dddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ categories = ["development-tools::testing"]

[dependencies]
anyhow = { version = "1.0.65", default-features = false }
cargo = "0.69"
cargo = "0.70"
cargo-util = "0.2"
fs_extra = "1.2"

0 comments on commit 99dddcf

Please sign in to comment.