Skip to content

Commit

Permalink
Update simplelog requirement from 0.9.0 to 0.10.0 in /probe-rs-cli-util
Browse files Browse the repository at this point in the history
Updates the requirements on [simplelog](https://github.com/drakulix/simplelog.rs) to permit the latest version.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](Drakulix/simplelog.rs@v0.9.0...v0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 29, 2021
1 parent 2234f16 commit 166e9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe-rs-cli-util/Cargo.toml
Expand Up @@ -30,5 +30,5 @@ serde = { version = "1.0.115", features = [ "derive" ] }
cargo_metadata = "0.12.0"
dunce = "1.0.1"
sentry = { version = "0.22.0", features = ["anyhow"], optional = true }
simplelog = "0.9.0"
simplelog = "0.10.0"
terminal_size = "0.1.13"

0 comments on commit 166e9e5

Please sign in to comment.