Skip to content

Commit

Permalink
fix(logging): bump simple_logger to version 2.1.0
Browse files Browse the repository at this point in the history
Fix a bug where simple_logger would not start due to time crate not
providing a local timestamp. simple_logger 2.x.x now displays by default
the timestamp in UTC which does not have this issue.

Since we are not displaying timestamp in logs, this bump is harmless.

Issue: borntyping/rust-simple_logger#51
Fix & recomendation: borntyping/rust-simple_logger#52
  • Loading branch information
dimtion committed Mar 30, 2022
1 parent 68152f8 commit 2789ab3
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
Expand Up @@ -15,7 +15,7 @@ documentation = "https://github.com/dimtion/copiepate"
[dependencies]
clipboard = "0.5.0"
log = "0.4.14"
simple_logger = { version = "1.11.0", features = ["stderr"] }
simple_logger = { version = "2.1.0", features = ["stderr"] }
etcetera = "0.3.2"
structopt = "0.3.21"
config = "0.11.0"
Expand Down

0 comments on commit 2789ab3

Please sign in to comment.