We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5b800 commit 60e39c6Copy full SHA for 60e39c6
crates/cli/Cargo.toml
@@ -17,7 +17,7 @@ default-run = 'wasm-bindgen'
17
[dependencies]
18
curl = "0.4.13"
19
docopt = "1.0"
20
-env_logger = "0.7"
+env_logger = "0.8"
21
anyhow = "1.0"
22
log = "0.4"
23
openssl = { version = '0.10.11', optional = true }
crates/webidl/Cargo.toml
@@ -13,7 +13,7 @@ Support for parsing WebIDL specific to wasm-bindgen
13
edition = "2018"
14
15
16
-env_logger = "0.7.0"
+env_logger = "0.8.1"
heck = "0.3"
log = "0.4.1"
0 commit comments