Update to trybuild 1.0.32
diff --git a/Cargo.toml b/Cargo.toml
index 6a8c1a4..1e0ad0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@
cxx-build = { version = "=0.3.4", path = "gen/build" }
cxx-test-suite = { version = "0", path = "tests/ffi" }
rustversion = "1.0"
-trybuild = { version = "1.0.27", features = ["diff"] }
+trybuild = { version = "1.0.32", features = ["diff"] }
[workspace]
members = ["demo-rs", "gen/build", "gen/cmd", "macro", "tests/ffi"]
diff --git a/tests/ui/wrong_type_id.stderr b/tests/ui/wrong_type_id.stderr
index cb3ae15..e448a22 100644
--- a/tests/ui/wrong_type_id.stderr
+++ b/tests/ui/wrong_type_id.stderr
@@ -4,9 +4,9 @@
11 | type ByteRange = crate::here::StringPiece;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected a tuple with 15 elements, found one with 17 elements
|
- ::: $WORKSPACE/src/extern_type.rs:110:41
+ ::: $WORKSPACE/src/extern_type.rs
|
-110 | pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {}
+ | pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {}
| ------- required by this bound in `cxx::private::verify_extern_type`
|
= note: expected tuple `(cxx::f, cxx::o, cxx::l, cxx::l, cxx::y, (), cxx::B, cxx::y, cxx::t, cxx::e, cxx::R, cxx::a, cxx::n, cxx::g, cxx::e)`
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index 521c030..763a429 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -286,9 +286,9 @@
[[package]]
name = "trybuild"
-version = "1.0.31"
+version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a4d94e6adf00b96b1ab94fcfcd8c3cf916733b39adf90c8f72693629887b9b8"
+checksum = "d3fe571fc1c805a7dc57340d2be54d72a96010a46a05c57018863f3b1cb93d28"
dependencies = [
"dissimilar",
"glob",