Skip to content

Commit

Permalink
Update simplelog requirement from 0.11.2 to 0.12.0
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.2...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2022
1 parent 962677d commit be97c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pest_meta = "2.1.3"
pest_vm = "2.1.0"
displaydoc = { version = "0.2.3", default-features = false }
log = "0.4.14"
simplelog = "0.11.2"
simplelog = "0.12.0"

[dev-dependencies]
indoc = "1.0.3"
Expand Down

0 comments on commit be97c39

Please sign in to comment.