Bump what can be bumped.
This commit is contained in:
parent
5f652f1840
commit
810fc82069
|
@ -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]
|
||||
|
@ -31,4 +31,4 @@ features = [
|
|||
]
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.2.38"
|
||||
wasm-bindgen-test = "0.3"
|
||||
|
|
|
@ -36,7 +36,7 @@ features = [
|
|||
]
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.2.38"
|
||||
wasm-bindgen-test = "0.3"
|
||||
|
||||
[features]
|
||||
logging = [
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue