diff --git a/Cargo.lock b/Cargo.lock index a9a8656a50..abefcf8def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4902,9 +4902,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76de4f783e610194f6c98bfd53f9fc52bb2e0d02c947621e8a0f4ecc799b2880" +checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f" dependencies = [ "basic-toml", "glob 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 1eebe77e78..c3f3cf2a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ tokio = { version = "1.35", default-features = false } tracing = "0.1.40" tracing-wasm = "0.2.1" tracing-subscriber = "0.3.18" -trybuild = "1.0.86" +trybuild = "1.0.89" url = "2.5.0" wabt = "0.10.0" wasm-bindgen-test = "0.3.24"