Skip to content

Commit

Permalink
build(deps): 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 19, 2022
1 parent ff84bb9 commit 1e68bd1
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 tuftool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rusoto_ssm = { version = "0.47", optional = true, default-features = false }
rusoto_kms = { version = "0.47", optional = true, default-features = false }
serde = "1.0.125"
serde_json = "1.0.63"
simplelog = "0.11"
simplelog = "0.12"
snafu = { version = "0.7", features = ["backtraces-impl-backtrace-crate"] }
structopt = "0.3"
tempfile = "3.3.0"
Expand Down

0 comments on commit 1e68bd1

Please sign in to comment.