diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 62017f0..31d5313 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -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" diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index f6c9d77..55f73be 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -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" diff --git a/ui/Cargo.toml b/ui/Cargo.toml index e403a53..3fd76c8 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -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"