Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: simplelog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 20, 2022
1 parent 77ab84c commit 7573a5d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
35 changes: 31 additions & 4 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 manager/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ datapond-derive = { git = "https://github.com/vakaras/datapond.git", branch = "n
structopt = "0.3"
color-backtrace = "0.5"
log = "0.4"
simplelog = "0.11"
simplelog = "0.12"
chrono = "0.4"
reqwest = { version = "0.11.10", features = ["blocking"] }
serde = "1.0.136"
Expand Down

0 comments on commit 7573a5d

Please sign in to comment.