Skip to content

Commit

Permalink
build(deps): update simplelog requirement 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.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 20, 2022
1 parent 01e5c4e commit 86be895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe-rs-cli-util/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ serde = { version = "1.0.115", features = ["derive"] }
cargo_metadata = "0.14.0"
dunce = "1.0.1"
sentry = { version = "0.25.0", features = ["anyhow"], optional = true }
simplelog = "0.11.0"
simplelog = "0.12.0"
terminal_size = "0.1.13"
clap = { version = "3.0", features = ["derive"] }
byte-unit = "4.0.13"
Expand Down

0 comments on commit 86be895

Please sign in to comment.