Merge pull request #1027 from rustwasm/dependabot/cargo/env_logger-0.6

Update env_logger requirement from 0.5 to 0.6
This commit is contained in:
Alex Crichton 2018-11-12 09:12:35 -06:00 committed by GitHub
commit f3b9c69903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ information see https://github.com/alexcrichton/wasm-bindgen.
[dependencies]
curl = "0.4.13"
docopt = "1.0"
env_logger = "0.5"
env_logger = "0.6"
failure = "0.1.2"
log = "0.4"
parity-wasm = "0.35"

View File

@ -19,7 +19,7 @@ doctest = false
test = false
[build-dependencies]
env_logger = "0.5.10"
env_logger = "0.6.0"
failure = "0.1.2"
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.21" }
sourcefile = "0.1"

View File

@ -10,7 +10,7 @@ path = 'lib.rs'
[build-dependencies]
wasm-bindgen-webidl = { path = '../webidl' }
env_logger = "0.5"
env_logger = "0.6"
[dev-dependencies]
js-sys = { path = '../js-sys' }