Browse Source

fix(deps): update rust crate log to 0.4.16 (#704)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
220024f778
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

@ -935,9 +935,9 @@ dependencies = [ @@ -935,9 +935,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.14"
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
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.4"
log = "0.4.14"
log = "0.4.16"
env_logger = "0.9.0"
atty = "0.2.14"
encoding_rs_io = "0.1.7"

Loading…
Cancel
Save