Browse Source

fix(deps): update rust crate log to 0.4.19 (#982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/list-filter
renovate[bot] 2 years ago committed by GitHub
parent
commit
7ed191f7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -21,7 +21,7 @@ colored = "2.0.0" @@ -21,7 +21,7 @@ colored = "2.0.0"
zip = "0.6.3"
tempfile = "3.6.0"
indoc = "1.0.8"
log = "0.4.17"
log = "0.4.19"
env_logger = "0.10.0"
atty = "0.2.14"
encoding_rs_io = "0.1.7"

Loading…
Cancel
Save