Skip to content

Commit 810fc82

Browse files
committed
Bump what can be bumped.
1 parent 5f652f1 commit 810fc82

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/dodrio/counter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ console_error_panic_hook = "0.1.6"
1414
console_log = "0.1.2"
1515
dodrio = "0.1.0"
1616
log = "0.4.6"
17-
wasm-bindgen = "0.2.38"
17+
wasm-bindgen = "0.2"
1818
typed-html = { path = "../../../typed-html", features = ["dodrio_macro"] }
1919

2020
[dependencies.web-sys]
@@ -31,4 +31,4 @@ features = [
3131
]
3232

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

examples/dodrio/todomvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ features = [
3636
]
3737

3838
[dev-dependencies]
39-
wasm-bindgen-test = "0.2.38"
39+
wasm-bindgen-test = "0.3"
4040

4141
[features]
4242
logging = [

macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ keywords = ["jsx", "html", "wasm"]
1616
proc-macro = true
1717

1818
[dependencies]
19-
lalrpop-util = "0.17.0"
19+
lalrpop-util = "0.18"
2020
ansi_term = "0.12.0"
2121
proc-macro2 = { version = "1.0.4", features = ["nightly"] }
2222
proc-macro-hack = "0.5.2"
2323
quote = "1.0.2"
2424

2525
[build-dependencies]
26-
lalrpop = "0.17.0"
26+
lalrpop = "0.18"
2727
version_check = "0.9.1"
2828

2929
[features]

typed-html/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ all-features = true
2020

2121
[dependencies]
2222
typed-html-macros = "0.2.2"
23-
strum = "0.17"
24-
strum_macros = "0.17"
23+
strum = "0.18"
24+
strum_macros = "0.18"
2525
mime = "0.3.13"
2626
language-tags = "0.2.2"
2727
htmlescape = "0.3.1"

ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "typed-html-tests"
1010
path = "main.rs"
1111

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

0 commit comments

Comments
 (0)