aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar René Kijewski <rene.kijewski@fu-berlin.de>2023-01-24 09:40:16 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-01-24 09:55:54 +0100
commit23326b4765b04cb13dd6c72f2103ff9bd6d44d7d (patch)
tree13b8ccf4edf7b5b72f9e3d1ee5c8a4442e6619a1 /testing/Cargo.toml
parent521964e12e7d4f0381c7d8d2c5ca1911c12a5466 (diff)
downloadaskama-23326b4765b04cb13dd6c72f2103ff9bd6d44d7d.tar.gz
askama-23326b4765b04cb13dd6c72f2103ff9bd6d44d7d.tar.bz2
askama-23326b4765b04cb13dd6c72f2103ff9bd6d44d7d.zip
Update `ui` test for trybuild 1.0.76
In <https://github.com/dtolnay/trybuild/pull/219> the output of error messages was subtly changed, because they introduced a subdirectoy in their temp path. This PR fixes the mismatch between the expected and the actual output.
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r--testing/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 3e550af..cd7d686 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -18,7 +18,7 @@ serde_json = { version = "1.0", optional = true }
[dev-dependencies]
criterion = "0.4"
-trybuild = "1.0.55"
+trybuild = "1.0.76"
version_check = "0.9"
[[bench]]