Update console_log requirement from 0.1.2 to 0.2.0
Updates the requirements on [console_log](https://github.com/iamcodemaker/console_log) to permit the latest version. - [Release notes](https://github.com/iamcodemaker/console_log/releases) - [Commits](https://github.com/iamcodemaker/console_log/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
810fc82069
commit
d639db7913
|
@ -11,7 +11,7 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
console_log = "0.1.2"
|
||||
console_log = "0.2.0"
|
||||
dodrio = "0.1.0"
|
||||
log = "0.4.6"
|
||||
wasm-bindgen = "0.2"
|
||||
|
|
|
@ -17,7 +17,7 @@ typed-html = { path = "../../../typed-html", features = ["dodrio_macro"] }
|
|||
|
||||
# Optional dependencies for logging.
|
||||
console_error_panic_hook = { optional = true, version = "0.1.6" }
|
||||
console_log = { optional = true, version = "0.1.2" }
|
||||
console_log = { optional = true, version = "0.2.0" }
|
||||
log = { optional = true, version = "0.4.6" }
|
||||
|
||||
[dependencies.web-sys]
|
||||
|
|
Loading…
Reference in New Issue