Browse Source

fix(deps): update rust crate log to 0.4.17 (#735)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
0f109f4632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -971,9 +971,9 @@ dependencies = [ @@ -971,9 +971,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.16"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]

2
Cargo.toml

@ -21,7 +21,7 @@ colored = "2.0.0" @@ -21,7 +21,7 @@ colored = "2.0.0"
zip = "0.6.2"
tempfile = "3.3.0"
indoc = "1.0.6"
log = "0.4.16"
log = "0.4.17"
env_logger = "0.9.0"
atty = "0.2.14"
encoding_rs_io = "0.1.7"

Loading…
Cancel
Save