From fd828f5166455906b562bb5e7c8f97f27507fd73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 05:43:21 +0000 Subject: [PATCH] Update compiletest_rs requirement from 0.4 to 0.5 Updates the requirements on [compiletest_rs](https://github.com/laumann/compiletest-rs) to permit the latest version. - [Release notes](https://github.com/laumann/compiletest-rs/releases) - [Commits](https://github.com/laumann/compiletest-rs/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot-preview[bot] --- ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 2a72f44..886c8e2 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.4", features = ["stable"] } +compiletest_rs = { version = "0.5", features = ["stable"] } typed-html = { path = "../typed-html" } typed-html-macros = { path = "../macros" } version_check = "0.9.1"