Skip to content

Commit

Permalink
Bump simplelog from 0.8.0 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.8.0 to 0.10.0.
- [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.8.0...v0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2022
1 parent abf43c4 commit d8361e0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
46 changes: 22 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ driver-pal = { version = "0.8.0-alpha.6", default_features = false, optional=tru

serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
structopt = { version = "0.3.21", optional = true }
simplelog = { version = "0.8.0", optional = true }
simplelog = { version = "0.9.0", optional = true }
humantime = { version = "2.0.0", optional = true }


Expand Down

0 comments on commit d8361e0

Please sign in to comment.