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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-13 05:43:21 +00:00 committed by Bodil Stokke
parent d639db7913
commit fd828f5166
1 changed files with 1 additions and 1 deletions

View File

@ -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"