Bump some deps, lock another.

This commit is contained in:
Bodil Stokke 2019-10-01 14:44:21 +01:00
parent a31f813f46
commit 652bc9f1c3
3 changed files with 5 additions and 5 deletions

View File

@ -18,9 +18,9 @@ proc-macro = true
[dependencies]
lalrpop-util = "0.17.0"
ansi_term = "0.12.0"
proc-macro2 = { version = "0.4.24", features = ["nightly"] }
proc-macro2 = { version = "1.0.4", features = ["nightly"] }
proc-macro-hack = "0.5.2"
quote = "0.6.10"
quote = "1.0.2"
[build-dependencies]
lalrpop = "0.17.0"

View File

@ -17,8 +17,8 @@ maintenance = { status = "actively-developed" }
[dependencies]
typed-html-macros = { path = "../macros" }
strum = "0.15.0"
strum_macros = "0.15.0"
strum = "0.16.0"
strum_macros = "0.16.0"
mime = "0.3.13"
language-tags = "0.2.2"
htmlescape = "0.3.1"

View File

@ -10,7 +10,7 @@ name = "typed-html-tests"
path = "main.rs"
[dev-dependencies]
compiletest_rs = { version = "0.3", features = ["stable"] }
compiletest_rs = { version = "=0.3.22", features = ["stable"] }
typed-html = { path = "../typed-html" }
typed-html-macros = { path = "../macros" }
version_check = "0.9.1"