Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Bump log from 0.4.6 to 0.4.7
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.6...0.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 11, 2019
1 parent 40e5adb commit 66e8652
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ wasm-bindgen = "0.2.42"
wasm-bindgen-futures = "0.3.19"
js-sys = "0.3.19"
fxhash = "0.2.1"
log = { version = "0.4.6", optional = true }
log = { version = "0.4.7", optional = true }
longest-increasing-subsequence = "0.1.0"
serde = { version = "1.0.94", optional = true }

Expand All @@ -67,7 +67,7 @@ features = [
[dev-dependencies]
console_log = "0.1.2"
dodrio-js-api = { version = "=0.1.0", path = "./crates/js-api" }
log = "0.4.6"
log = "0.4.7"
wasm-bindgen-test = "0.2.42"

[dev-dependencies.web-sys]
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
console_error_panic_hook = "0.1.6"
console_log = "0.1.2"
dodrio = { path = "../.." }
log = "0.4.6"
log = "0.4.7"
wasm-bindgen = "0.2.42"

[dependencies.web-sys]
Expand Down
2 changes: 1 addition & 1 deletion examples/moire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
cfg-if = "0.1.9"
dodrio = { path = "../.." }
futures = "0.1.28"
log = "0.4.6"
log = "0.4.7"
wasm-bindgen = "0.2.42"
wasm-bindgen-futures = "0.3.19"

Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wasm-bindgen-futures = "0.3.19"
# Optional dependencies for logging.
console_error_panic_hook = { optional = true, version = "0.1.6" }
console_log = { optional = true, version = "0.1.2" }
log = { optional = true, version = "0.4.6" }
log = { optional = true, version = "0.4.7" }

[dependencies.web-sys]
version = "0.3.19"
Expand Down

0 comments on commit 66e8652

Please sign in to comment.