build(deps): bump rustix from 0.38.23 to 0.38.24 (#30738)

* build(deps): bump rustix from 0.38.23 to 0.38.24

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.23 to 0.38.24.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.23...v0.38.24)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update expectation for column-count-crash.https.html

The test has been intermittently crashing on CI but only
for legacy layout - see #30741

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
dependabot[bot] 2023-11-16 08:37:48 +00:00 committed by GitHub
parent 1d905e28f4
commit b92c6238e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

@ -4663,9 +4663,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.23"
version = "0.38.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb93593068e9babdad10e4fce47dc9b3ac25315a72a59766ffd9e9a71996a04"
checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234"
dependencies = [
"bitflags 2.4.1",
"errno",

View file

@ -0,0 +1,2 @@
[column-count-crash.https.html]
expected: [PASS, CRASH]