Browse Source

fix(deps): update rust crate env_logger to 0.9.3 (#855)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/clean-multishell-on-shell-exit
renovate[bot] 2 years ago committed by GitHub
parent
commit
a263d11674
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

@ -586,9 +586,9 @@ dependencies = [ @@ -586,9 +586,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.9.1"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",

2
Cargo.toml

@ -22,7 +22,7 @@ zip = "0.6.3" @@ -22,7 +22,7 @@ zip = "0.6.3"
tempfile = "3.3.0"
indoc = "1.0.7"
log = "0.4.17"
env_logger = "0.9.1"
env_logger = "0.9.3"
atty = "0.2.14"
encoding_rs_io = "0.1.7"
reqwest = { version = "0.11.12", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }

Loading…
Cancel
Save