Skip to content

Commit

Permalink
Bump what can be bumped.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Mar 6, 2020
1 parent 5f652f1 commit 810fc82
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/dodrio/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ console_error_panic_hook = "0.1.6"
console_log = "0.1.2"
dodrio = "0.1.0"
log = "0.4.6"
wasm-bindgen = "0.2.38"
wasm-bindgen = "0.2"
typed-html = { path = "../../../typed-html", features = ["dodrio_macro"] }

[dependencies.web-sys]
Expand All @@ -31,4 +31,4 @@ features = [
]

[dev-dependencies]
wasm-bindgen-test = "0.2.38"
wasm-bindgen-test = "0.3"
2 changes: 1 addition & 1 deletion examples/dodrio/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ features = [
]

[dev-dependencies]
wasm-bindgen-test = "0.2.38"
wasm-bindgen-test = "0.3"

[features]
logging = [
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ keywords = ["jsx", "html", "wasm"]
proc-macro = true

[dependencies]
lalrpop-util = "0.17.0"
lalrpop-util = "0.18"
ansi_term = "0.12.0"
proc-macro2 = { version = "1.0.4", features = ["nightly"] }
proc-macro-hack = "0.5.2"
quote = "1.0.2"

[build-dependencies]
lalrpop = "0.17.0"
lalrpop = "0.18"
version_check = "0.9.1"

[features]
Expand Down
4 changes: 2 additions & 2 deletions typed-html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ all-features = true

[dependencies]
typed-html-macros = "0.2.2"
strum = "0.17"
strum_macros = "0.17"
strum = "0.18"
strum_macros = "0.18"
mime = "0.3.13"
language-tags = "0.2.2"
htmlescape = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "typed-html-tests"
path = "main.rs"

[dev-dependencies]
compiletest_rs = { version = "=0.3.22", features = ["stable"] }
compiletest_rs = { version = "0.4", features = ["stable"] }
typed-html = { path = "../typed-html" }
typed-html-macros = { path = "../macros" }
version_check = "0.9.1"

0 comments on commit 810fc82

Please sign in to comment.