Skip to content

Commit 652bc9f

Browse files
committed
Bump some deps, lock another.
1 parent a31f813 commit 652bc9f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ proc-macro = true
1818
[dependencies]
1919
lalrpop-util = "0.17.0"
2020
ansi_term = "0.12.0"
21-
proc-macro2 = { version = "0.4.24", features = ["nightly"] }
21+
proc-macro2 = { version = "1.0.4", features = ["nightly"] }
2222
proc-macro-hack = "0.5.2"
23-
quote = "0.6.10"
23+
quote = "1.0.2"
2424

2525
[build-dependencies]
2626
lalrpop = "0.17.0"

typed-html/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ maintenance = { status = "actively-developed" }
1717

1818
[dependencies]
1919
typed-html-macros = { path = "../macros" }
20-
strum = "0.15.0"
21-
strum_macros = "0.15.0"
20+
strum = "0.16.0"
21+
strum_macros = "0.16.0"
2222
mime = "0.3.13"
2323
language-tags = "0.2.2"
2424
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", features = ["stable"] }
13+
compiletest_rs = { version = "=0.3.22", 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)