build(deps): bump trybuild from 1.0.98 to 1.0.99 (#1701)

Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.98...1.0.99)

---
updated-dependencies:
- dependency-name: trybuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-05 11:54:08 +03:00
committed by GitHub
parent a936675673
commit d425f93534
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -5490,9 +5490,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "trybuild"
version = "1.0.98"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55265878356bdd85c9baa15859c87de93b2bf1f33acf752040a561e4a228f62"
checksum = "207aa50d36c4be8d8c6ea829478be44a372c6a77669937bb39c698e52f1491e8"
dependencies = [
"glob 0.3.1",
"serde",
+1 -1
View File
@@ -107,7 +107,7 @@ tokio = { version = "1.39", default-features = false }
tracing = { version = "0.1.40", default-features = false }
tracing-wasm = "0.2.1"
tracing-subscriber = "0.3.18"
trybuild = "1.0.98"
trybuild = "1.0.99"
url = "2.5.2"
wabt = "0.10.0"
wasm-bindgen-test = "0.3.24"