Skip to content

Commit

Permalink
Bump some deps, lock another.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Oct 1, 2019
1 parent a31f813 commit 652bc9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions typed-html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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", 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"

0 comments on commit 652bc9f

Please sign in to comment.