Skip to content

Commit a88003c

Browse files
Update env_logger requirement from 0.6 to 0.7 (#1786)
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] <[email protected]>
1 parent 9c33052 commit a88003c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = '2018'
1616
[dependencies]
1717
curl = "0.4.13"
1818
docopt = "1.0"
19-
env_logger = "0.6"
19+
env_logger = "0.7"
2020
failure = "0.1.2"
2121
log = "0.4"
2222
openssl = { version = '0.10.11', optional = true }

crates/web-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ doctest = false
2020
test = false
2121

2222
[build-dependencies]
23-
env_logger = { version = "0.6.0", optional = true }
23+
env_logger = { version = "0.7.0", optional = true }
2424
failure = "0.1.2"
2525
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.50" }
2626
sourcefile = "0.1"

crates/webidl-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = 'lib.rs'
1111

1212
[build-dependencies]
1313
wasm-bindgen-webidl = { path = '../webidl' }
14-
env_logger = "0.6"
14+
env_logger = "0.7"
1515

1616
[dev-dependencies]
1717
js-sys = { path = '../js-sys' }

0 commit comments

Comments
 (0)