Skip to content

Commit

Permalink
Update console_log requirement from 0.2.0 to 1.0.0 (#110)
Browse files Browse the repository at this point in the history
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](iamcodemaker/console_log@0.2.2...1.0.0)

---
updated-dependencies:
- dependency-name: console_log
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2023
1 parent a165054 commit b5653c5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", features = [
"yew_integration",
Expand Down
2 changes: 1 addition & 1 deletion examples/use-media-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", features = [
"yew_integration",
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", features = ["yew_integration"] }

Expand Down
2 changes: 1 addition & 1 deletion examples/yew-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", default-features = false, features = [
"yew_integration",
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-shadow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", features = ["yew_integration"] }
once_cell = "1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ required-features = ["ssr"]

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20" }
stylist = { path = "../../packages/stylist", features = ["yew_integration"] }

Expand Down
2 changes: 1 addition & 1 deletion examples/yew-theme-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", features = ["yew_integration"] }
once_cell = "1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-theme-hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
console_log = { version = "1.0.0", features = ["color"] }
yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", features = [
"yew_integration",
Expand Down

0 comments on commit b5653c5

Please sign in to comment.