diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7bedca83..23edd825 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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 } diff --git a/crates/web-sys/Cargo.toml b/crates/web-sys/Cargo.toml index 45ef8928..9af4d1fc 100644 --- a/crates/web-sys/Cargo.toml +++ b/crates/web-sys/Cargo.toml @@ -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" diff --git a/crates/webidl-tests/Cargo.toml b/crates/webidl-tests/Cargo.toml index 3ff3e9ed..c07f30e2 100644 --- a/crates/webidl-tests/Cargo.toml +++ b/crates/webidl-tests/Cargo.toml @@ -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' }