Skip to content

Commit

Permalink
cargo: update simplelog to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manio committed Jan 11, 2022
1 parent 8016450 commit 8dd6bf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-ini = "0.10.3"
openssl = { version = "0.10.*", features = ["vendored"] }
ctrlc = { version = "3.1.0", features = ["termination"] }
log = "0.4.1"
simplelog = { version = "0.11.0", features = ["paris", "ansi_term"] }
simplelog = { version = "0.11.2", features = ["paris", "ansi_term"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["tls"] }
Expand Down

0 comments on commit 8dd6bf5

Please sign in to comment.