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.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2021
1 parent 545267b commit 4815e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe-rs-cli-util/Cargo.toml
Expand Up @@ -29,6 +29,6 @@ serde = { version = "1.0.115", features = [ "derive" ] }
cargo_metadata = "0.14.0"
dunce = "1.0.1"
sentry = { version = "0.23.0", features = ["anyhow"], optional = true }
simplelog = "0.10.0"
simplelog = "0.11.0"
terminal_size = "0.1.13"
structopt = "0.3"

0 comments on commit 4815e0a

Please sign in to comment.