Skip to content

Commit

Permalink
chore(deps): update rust crate log to 0.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 21b1386 commit 0644e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ home = "0.5.3"
ignore = "0.4.16"
indexmap = "1.3.2"
java-properties = { version = "1.2.0" }
log = "0.4.8"
log = "0.4.20"
once-cell-regex = "0.2.1"
path_abs = "0.5.0"
serde = { version = "1.0.105", features = [ "derive" ] }
Expand Down Expand Up @@ -114,7 +114,7 @@ embed-resource = "1.6.4"
home = { version = "0.5.3", optional = true }
dunce = { version = "1.0.2", optional = true }
handlebars = { version = "4.3.7", optional = true }
log = { version = "0.4.11", optional = true }
log = { version = "0.4.20", optional = true }
serde = { version = "1.0.114", optional = true }
serde_json = { version = "1.0.57", optional = true }
thiserror = { version = "1.0.48", optional = true }

0 comments on commit 0644e93

Please sign in to comment.