build(deps): bump compiletest_rs from 0.10.2 to 0.11.0 (#32408)

Bumps [compiletest_rs](https://github.com/Manishearth/compiletest-rs) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/Manishearth/compiletest-rs/releases)
- [Commits](https://github.com/Manishearth/compiletest-rs/compare/v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: compiletest_rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-05-31 16:01:34 +08:00 committed by GitHub
parent 48bcdacfbe
commit 5fafc82730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 13 deletions

View file

@ -9,7 +9,7 @@ license = "MPL-2.0"
# In etc/shell.nix, we filter Cargo.lock and build this package in isolation,
# so it needs to make sense without the workspace manifest.
[dev-dependencies]
compiletest_rs = { version = "0.10", features = ["tmp"] }
compiletest_rs = { version = "0.11", features = ["tmp"] }
once_cell = "1"
[features]