Skip to content

Commit

Permalink
Try to address security alert https://github.com/jbruggem/jaslog/secu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehan Bruggeman committed Feb 21, 2023
1 parent 867b3b9 commit 900e725
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 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 @@ -24,7 +24,7 @@ serde_derive = "1.0"
colored = "2.0"
regex = "1"
lazy_static = "1.4"
chrono = "0.4"
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }

[[bin]]
name = "jaslog"

0 comments on commit 900e725

Please sign in to comment.