Commit graph

46790 commits

Author SHA1 Message Date
Li-Hsuan Hsieh
42c705b4ad
Fix type attribute for module script not in case insensitive issue (#30206)
* fix(htmlscriptelement): Make sure type for module is in case insensitive

* fix(htmlscripthtml): Remove related .ini file since the tests are passed
2023-08-25 18:28:51 +00:00
Alex Touchet
88208024c6
Update dependencies (#30209) 2023-08-25 18:01:10 +00:00
Martin Robinson
585a25a212
Use std::cell::OnceCell and remove mitochondria dependency (#30207)
`OnceCell` is now part of the standard library and we'll be able to use
it once we upgrade rust. For now we can use the version that's shipped
behind a feature flag in rust. This removes a dependency on one crate.
2023-08-25 14:09:55 +00:00
dependabot[bot]
9c310b6d4e
build(deps): bump parking_lot from 0.11.2 to 0.12.0 (#30199)
* build(deps): bump parking_lot from 0.11.2 to 0.12.0

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.2 to 0.12.0.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.2...0.12.0)

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

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

* Upgrade parking-log in style and layout_thread* as well

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2023-08-25 12:19:13 +00:00
Martin Robinson
65138add46
Fix the 32-bit build (#30204)
Use the `libc::char` to represent a pointer to characters rather than
`i8`. This fixes the build for the Raspberry Pi and Android 32-bit.
2023-08-25 08:11:54 +00:00
Martin Robinson
c0898c3a00
Upgrade tokio and io-lifetimes (#30203)
This also adds a duplication exception for 'hermit-abi', which in
practice we never experience since it's platform-dependent.
2023-08-25 07:37:01 +00:00
dependabot[bot]
21f426964b
build(deps): bump bytes from 1.1.0 to 1.4.0 (#30195)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.4.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.4.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: indirect
  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>
2023-08-25 05:51:32 +00:00
dependabot[bot]
b057391109
build(deps): bump want from 0.3.0 to 0.3.1 (#30194)
Bumps [want](https://github.com/seanmonstar/want) from 0.3.0 to 0.3.1.
- [Commits](https://github.com/seanmonstar/want/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: want
  dependency-type: indirect
  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>
2023-08-25 05:51:08 +00:00
Mukilan Thiyagarajan
e6b6a4e012
Fix typo in dependabot pr workflow (#30202) 2023-08-24 18:24:41 +00:00
dependabot[bot]
63bb7c0d27
build(deps): bump block-buffer from 0.10.2 to 0.10.4 (#30201)
Bumps [block-buffer](https://github.com/RustCrypto/utils) from 0.10.2 to 0.10.4.
- [Commits](https://github.com/RustCrypto/utils/compare/block-buffer-v0.10.2...block-buffer-v0.10.4)

---
updated-dependencies:
- dependency-name: block-buffer
  dependency-type: indirect
  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>
2023-08-24 18:09:07 +00:00
dependabot[bot]
2ff28cc549
build(deps): bump httpdate from 1.0.2 to 1.0.3 (#30198)
Bumps [httpdate](https://github.com/pyfisch/httpdate) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/pyfisch/httpdate/releases)
- [Commits](https://github.com/pyfisch/httpdate/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: httpdate
  dependency-type: indirect
  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>
2023-08-24 17:58:08 +00:00
dependabot[bot]
84dfc3fdf8
build(deps): bump ryu from 1.0.9 to 1.0.15 (#30196)
Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.9 to 1.0.15.
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](https://github.com/dtolnay/ryu/compare/1.0.9...1.0.15)

---
updated-dependencies:
- dependency-name: ryu
  dependency-type: indirect
  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>
2023-08-24 17:55:13 +00:00
dependabot[bot]
9e7194ba0c
build(deps): bump atomic_refcell from 0.1.8 to 0.1.11 (#30197)
Bumps [atomic_refcell](https://github.com/bholley/atomic_refcell) from 0.1.8 to 0.1.11.
- [Commits](https://github.com/bholley/atomic_refcell/commits)

---
updated-dependencies:
- dependency-name: atomic_refcell
  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>
2023-08-24 17:55:03 +00:00
dependabot[bot]
425c476872
build(deps): bump pin-project from 1.0.2 to 1.1.3 (#30192)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.0.2 to 1.1.3.
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project/compare/v1.0.2...v1.1.3)

---
updated-dependencies:
- dependency-name: pin-project
  dependency-type: indirect
  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>
2023-08-24 17:41:22 +00:00
dependabot[bot]
5351c5f0db
build(deps): bump raw-window-handle from 0.5.0 to 0.5.2 (#30193)
Bumps [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) from 0.5.0 to 0.5.2.
- [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.5.0...v0.5.2)

---
updated-dependencies:
- dependency-name: raw-window-handle
  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>
2023-08-24 17:36:20 +00:00
Mukilan Thiyagarajan
3a17a88f1f
Auto approve & merge dependabot patch upgrade PRs (#30191)
Adapted from the [Github documentation][doc]. This version
approves all patch upgrades to any dependency. Not sure if
we have any dependency that must always be reviewed manually.

[doc]: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2023-08-24 14:58:25 +00:00
Martin Robinson
acf7fdb90c
Disable WebRender debugger and upgrade webxr / media / rand (#30190)
Now that our dependencies are using a newer version of rand we can
upgrade. This change also disables the WebRender debugger feature
because it has been removed in later versions of WebRender and allows
deduplicated the rand dependency as well as quite a few others.
2023-08-24 09:57:49 +00:00
Atbrakhi
41ae460270
Fix failing test in winit prefs (#30186) 2023-08-24 06:22:33 +00:00
Alex Touchet
2223aad9d7
Update some dependencies (#30187) 2023-08-24 03:56:31 +00:00
dependabot[bot]
49682bfbb4
build(deps): bump rustc-demangle from 0.1.21 to 0.1.23 (#30185)
Bumps [rustc-demangle](https://github.com/alexcrichton/rustc-demangle) from 0.1.21 to 0.1.23.
- [Commits](https://github.com/alexcrichton/rustc-demangle/compare/0.1.21...0.1.23)

---
updated-dependencies:
- dependency-name: rustc-demangle
  dependency-type: indirect
  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>
2023-08-23 17:33:43 +00:00
dependabot[bot]
82eee4e1c5
build(deps): bump simd-adler32 from 0.3.4 to 0.3.7 (#30184)
Bumps [simd-adler32](https://github.com/mcountryman/simd-adler32) from 0.3.4 to 0.3.7.
- [Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mcountryman/simd-adler32/commits/v0.3.7)

---
updated-dependencies:
- dependency-name: simd-adler32
  dependency-type: indirect
  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>
2023-08-23 17:20:54 +00:00
dependabot[bot]
0b9137f522
build(deps): bump net2 from 0.2.36 to 0.2.39 (#30178)
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.36 to 0.2.39.
- [Commits](https://github.com/deprecrated/net2-rs/compare/0.2.36...0.2.39)

---
updated-dependencies:
- dependency-name: net2
  dependency-type: indirect
  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>
2023-08-23 17:15:03 +00:00
dependabot[bot]
ec562ad531
build(deps): bump cpufeatures from 0.2.6 to 0.2.9 (#30182)
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.6 to 0.2.9.
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.6...cpufeatures-v0.2.9)

---
updated-dependencies:
- dependency-name: cpufeatures
  dependency-type: indirect
  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>
2023-08-23 17:14:16 +00:00
dependabot[bot]
cb54c88f19
build(deps): bump pkg-config from 0.3.25 to 0.3.27 (#30177)
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.25 to 0.3.27.
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.25...0.3.27)

---
updated-dependencies:
- dependency-name: pkg-config
  dependency-type: indirect
  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>
2023-08-23 17:11:34 +00:00
dependabot[bot]
e3a87ed739
build(deps): bump arrayvec from 0.7.1 to 0.7.4 (#30179)
Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.7.1 to 0.7.4.
- [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bluss/arrayvec/compare/0.7.1...0.7.4)

---
updated-dependencies:
- dependency-name: arrayvec
  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>
2023-08-23 17:10:13 +00:00
Martin Robinson
bd2503ceac
Fix warnings after chrono upgrade (#30165)
Some functions are now deprecated, so use the suggested ones and do a
general cleanup of the affected lines of code.
2023-08-23 00:44:00 +00:00
dependabot[bot]
838e0f598c
build(deps): bump dlib from 0.5.0 to 0.5.2 (#30174)
Bumps [dlib](https://github.com/elinorbgr/dlib) from 0.5.0 to 0.5.2.
- [Release notes](https://github.com/elinorbgr/dlib/releases)
- [Commits](https://github.com/elinorbgr/dlib/compare/v0.5.0...v0.5.2)

---
updated-dependencies:
- dependency-name: dlib
  dependency-type: indirect
  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>
2023-08-23 00:43:03 +00:00
dependabot[bot]
374fd0b840
build(deps): bump tiny-skia from 0.8.3 to 0.8.4 (#30173)
Bumps [tiny-skia](https://github.com/RazrFalcon/tiny-skia) from 0.8.3 to 0.8.4.
- [Changelog](https://github.com/RazrFalcon/tiny-skia/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/tiny-skia/compare/v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: tiny-skia
  dependency-type: indirect
  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>
2023-08-23 00:42:22 +00:00
Martin Robinson
bd285f543e
Layout floats as children of their inline ancestors (#30130)
When layout was split into two phases, floats were laid out as direct
children of the inline formatting context. This meant that they were
positioned properly, but not properly made children of their inline
ancestors' stacking contexts. This change maintains the proper
positioning of floats, but positions them relatively to their inline
ancestors.

The big change here is that `text-align` needs to be taken into account
before actually laying out LineItems. This has the added benefit of
setting inline layout for the implementation of `text-align: full`. Now
all line items are laid out at the real final position and we can adjust
the `start_corner` property of float `BoxFragments` when their ancestors
are laid out.
2023-08-22 20:10:34 +00:00
dependabot[bot]
1c41ed93ff
build(deps): bump unicase from 2.6.0 to 2.7.0 (#30170)
Bumps [unicase](https://github.com/seanmonstar/unicase) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/seanmonstar/unicase/releases)
- [Commits](https://github.com/seanmonstar/unicase/compare/v2.6.0...v2.7.0)

---
updated-dependencies:
- dependency-name: unicase
  dependency-type: indirect
  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>
2023-08-22 19:53:00 +00:00
dependabot[bot]
6d81350e50
build(deps): bump ucd-trie from 0.1.5 to 0.1.6 (#30171)
Bumps [ucd-trie](https://github.com/BurntSushi/ucd-generate) from 0.1.5 to 0.1.6.
- [Commits](https://github.com/BurntSushi/ucd-generate/compare/ucd-util-0.1.5...ucd-trie-0.1.6)

---
updated-dependencies:
- dependency-name: ucd-trie
  dependency-type: indirect
  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>
2023-08-22 19:52:57 +00:00
dependabot[bot]
06accf50cb
build(deps): bump strict-num from 0.1.0 to 0.1.1 (#30169)
Bumps [strict-num](https://github.com/RazrFalcon/strict-num) from 0.1.0 to 0.1.1.
- [Changelog](https://github.com/RazrFalcon/strict-num/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/strict-num/compare/v0.1.0...v0.1.1)

---
updated-dependencies:
- dependency-name: strict-num
  dependency-type: indirect
  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>
2023-08-22 17:30:26 +00:00
dependabot[bot]
22233c4a03
build(deps): bump smallvec from 1.9.0 to 1.11.0 (#30168)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.9.0 to 1.11.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.9.0...v1.11.0)

---
updated-dependencies:
- dependency-name: smallvec
  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>
2023-08-22 17:29:53 +00:00
dependabot[bot]
960fb2ab58
build(deps): bump rustls-webpki from 0.100.1 to 0.100.2 (#30167)
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.100.1...v/0.100.2)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
  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>
2023-08-22 17:28:55 +00:00
dependabot[bot]
2e3ca86dcb
build(deps): bump scopeguard from 1.1.0 to 1.2.0 (#30166)
Bumps [scopeguard](https://github.com/bluss/scopeguard) from 1.1.0 to 1.2.0.
- [Commits](https://github.com/bluss/scopeguard/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: scopeguard
  dependency-type: indirect
  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>
2023-08-22 17:28:09 +00:00
Servo WPT Sync
5cfa80e86f
Sync WPT with upstream (20-08-2023) (#30143)
* Update web-platform-tests to revision b'50e91f3cfd1140cafc188516488f2dca289239af'

* Delete flaky result for css2/linebox/vertical-align-baseline-002

* Delete flaky result for html/rendering/bindings/the-textarea-element-0/cols-default.html.ini

* Delete flaky result for CSS2/lists/list-style-applies-to-001.xht.ini

---------

Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2023-08-22 11:36:48 +00:00
dependabot[bot]
66dd68a210
build(deps): bump anyhow from 1.0.72 to 1.0.75 (#30157)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: indirect
  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>
2023-08-22 03:06:38 +00:00
dependabot[bot]
240144fc10
build(deps): bump winit from 0.28.3 to 0.28.6 (#30156)
Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.3 to 0.28.6.
- [Release notes](https://github.com/rust-windowing/winit/releases)
- [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/winit/compare/v0.28.3...v0.28.6)

---
updated-dependencies:
- dependency-name: winit
  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>
2023-08-22 03:06:15 +00:00
dependabot[bot]
ec7d4b52e2
build(deps): bump pest from 2.5.6 to 2.7.2 (#30158)
Bumps [pest](https://github.com/pest-parser/pest) from 2.5.6 to 2.7.2.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.5.6...v2.7.2)

---
updated-dependencies:
- dependency-name: pest
  dependency-type: indirect
  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>
2023-08-22 03:05:31 +00:00
dependabot[bot]
951291de32
build(deps): bump bytemuck_derive from 1.4.0 to 1.4.1 (#30153)
Bumps [bytemuck_derive](https://github.com/Lokathor/bytemuck) from 1.4.0 to 1.4.1.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/bytemuck_derive-v1.4.0...bytemuck_derive-v1.4.1)

---
updated-dependencies:
- dependency-name: bytemuck_derive
  dependency-type: indirect
  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>
2023-08-22 03:04:59 +00:00
dependabot[bot]
18804b2ed7
build(deps): bump xml-rs from 0.8.4 to 0.8.16 (#30161)
Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.4 to 0.8.16.
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](https://github.com/kornelski/xml-rs/compare/0.8.4...0.8.16)

---
updated-dependencies:
- dependency-name: xml-rs
  dependency-type: indirect
  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>
2023-08-22 03:03:58 +00:00
dependabot[bot]
8df71561f5
build(deps): bump tracing-core from 0.1.26 to 0.1.31 (#30154)
Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.26 to 0.1.31.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.26...tracing-core-0.1.31)

---
updated-dependencies:
- dependency-name: tracing-core
  dependency-type: indirect
  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>
2023-08-21 19:48:29 +00:00
dependabot[bot]
c64c5fbcb6
build(deps): bump uuid from 1.3.4 to 1.4.1 (#30155)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.4 to 1.4.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.1)

---
updated-dependencies:
- dependency-name: uuid
  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>
2023-08-21 19:47:57 +00:00
dependabot[bot]
0d5df6f805
build(deps): bump lock_api from 0.4.9 to 0.4.10 (#30152)
Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.9 to 0.4.10.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.9...lock_api-0.4.10)

---
updated-dependencies:
- dependency-name: lock_api
  dependency-type: indirect
  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>
2023-08-21 19:46:38 +00:00
Martin Robinson
d3203976dc
Revert "Combine all try workflows (#30096)" (#30149)
This reverts commit fed3491f23.
2023-08-21 17:00:14 +00:00
Martin Robinson
d6ded03a65
Get LLVM from chocolatey (#30140)
LLVM is the largest package that we get from servo-build-deps, so
installing it via chocolatey should reduce the amount of data that we
transfer from that source. In addition, it's one less dependency that we
have to manage.

It also seems that installing LLVM to the default location with choco
means that we no longer have to set the LIBCLANG_PATH environment
variable for bindgen.

Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2023-08-21 11:19:18 +00:00
Mukilan Thiyagarajan
078785217e
Pin GNU Make to 4.3 on NixOS (#30146)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2023-08-21 08:14:45 +00:00
dependabot[bot]
4c1a449083
build(deps): bump chrono from 0.4.11 to 0.4.26 (#30132)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.11 to 0.4.26.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.11...v0.4.26)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: indirect
  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>
2023-08-21 07:51:40 +00:00
Samson
db2cbff9d6
Update wgpu to 0.17 (#30147) 2023-08-21 07:40:06 +00:00
Samson
85a37210c2
Name OS builds (#30145) 2023-08-21 06:08:14 +00:00