Skip to content

Commit

Permalink
Merge pull request #454 from awslabs/dependabot/cargo/simplelog-0.12.0
Browse files Browse the repository at this point in the history
build(deps): bump simplelog from 0.11.2 to 0.12.0
  • Loading branch information
jpculp authored Jun 28, 2022
2 parents 9c5f467 + b024eb9 commit 66d07fe
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.48", optional = true, default-features = false }
rusoto_kms = { version = "0.48", 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 66d07fe

Please sign in to comment.