Skip to content

Commit

Permalink
Update env_logger requirement from 0.6 to 0.7 (#1786)
Browse files Browse the repository at this point in the history
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version.
- [Release notes](https://github.com/sebasmagri/env_logger/releases)
- [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.6.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and alexcrichton committed Sep 24, 2019
1 parent 9c33052 commit a88003c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ edition = '2018'
[dependencies]
curl = "0.4.13"
docopt = "1.0"
env_logger = "0.6"
env_logger = "0.7"
failure = "0.1.2"
log = "0.4"
openssl = { version = '0.10.11', optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/web-sys/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ doctest = false
test = false

[build-dependencies]
env_logger = { version = "0.6.0", optional = true }
env_logger = { version = "0.7.0", optional = true }
failure = "0.1.2"
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.50" }
sourcefile = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/webidl-tests/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ path = 'lib.rs'

[build-dependencies]
wasm-bindgen-webidl = { path = '../webidl' }
env_logger = "0.6"
env_logger = "0.7"

[dev-dependencies]
js-sys = { path = '../js-sys' }
Expand Down

0 comments on commit a88003c

Please sign in to comment.