aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Layout 2013: Don't use WebRender border image outset support (#30315)Martin Robinson2023-09-082-17/+10
| | | | | | | | | | | | | | | | | The border image outset support in WebRender is going to be removed and even in versions of WebRender where it still exists, it fails to render properly. A border image is a type of border composed of slices of images. The "outset" of this kind of border is a property in CSS that makes the border boundaries expand. Previously, the value was passed to WebRender which would expand the border by this amount and render the images into the expanded rectangle. Since this is going to be removed, we handle this property outside of WebRender. The change is simply to expand the border area by the outset before calculating the rest of the border values. This is necessary for the WebRender upgrade.
* build(deps): bump bytes from 1.4.0 to 1.5.0 (#30316)dependabot[bot]2023-09-071-2/+2
| | | | | | | | | | | | | | | | Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.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.4.0...v1.5.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>
* build(deps): bump bytemuck from 1.13.1 to 1.14.0 (#30318)dependabot[bot]2023-09-071-2/+2
| | | | | | | | | | | | | | | Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.13.1 to 1.14.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.13.1...v1.14.0) --- updated-dependencies: - dependency-name: bytemuck 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>
* Update orbclient (#30320)Alex Touchet2023-09-071-11/+8
|
* build(deps): bump chrono from 0.4.29 to 0.4.30 (#30317)dependabot[bot]2023-09-071-3/+2
| | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.29 to 0.4.30. - [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.29...v0.4.30) --- 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>
* Clean up servo-tidy.toml (#30314)Alex Touchet2023-09-071-24/+15
|
* minibrowser: fix spurious update when location has not changed (#30309)Delan Azabani2023-09-072-14/+23
| | | | | * minibrowser: fix spurious update when location has not changed * refactor logic in update_location_in_toolbar
* Servoshell as default member (#30310)Samson2023-09-071-0/+1
|
* Replace a method call now deprecated in mozjs (#30307)Martin Robinson2023-09-061-1/+1
|
* Upgrade servo-media (#30306)Martin Robinson2023-09-061-64/+12
| | | This update removes some unused dependencies including bzip and zip.
* build(deps): bump bytemuck_derive from 1.4.1 to 1.5.0 (#30305)dependabot[bot]2023-09-061-2/+2
| | | | | | | | | | | | | | | Bumps [bytemuck_derive](https://github.com/Lokathor/bytemuck) from 1.4.1 to 1.5.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/bytemuck_derive-v1.4.1...bytemuck_derive-v1.5.0) --- updated-dependencies: - dependency-name: bytemuck_derive 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>
* Impl Setlike and Maplike (#30237)Samson2023-09-0619-4/+1088
| | | | | | | | | | | | | | | | | | | * MallocSizeOf for Index{Set, Map} * like as iterable in WebIDL * Codegen magic for like interfaces * TestBinding for like * Test for Setlike and Maplike test bindings * Some fixes * Switch to any.js * nit * Keep order
* Move user input logic into servoshell (#30238)Atbrakhi2023-09-069-66/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cleanup and move user input logix into servoshell * fix fmt * moves test from servoshell file * move command-line args into servoshell * remove feature media-gstreamer * fix fmt * move user input logic code into lib to make it more testable * remove opts_matches in fn instead get it from main2 * remove pub and fix import * add licence in new file * revert passing Matches, instead pass Option String * review update, also move sanitize fn to parser file * fmt fix * review fix: remove extra line
* build(deps): bump which from 4.3.0 to 4.4.2 (#30295)dependabot[bot]2023-09-061-3/+13
| | | | | | | | | | | | | | | Bumps [which](https://github.com/harryfei/which-rs) from 4.3.0 to 4.4.2. - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/4.3.0...4.4.2) --- updated-dependencies: - dependency-name: which 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>
* Upgrade `bumpalo` and stop holding it back for dependabot (#30303)Martin Robinson2023-09-062-6/+2
| | | This fixes a dependabot security alert.
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-0613-46/+102
| | | | | | | | | | | | | | | | | | | | | * constellation: crash to a new “sad tab” page * check in resources/crash.html * use a separate enum variant instead of keying on reason * fmt + tidy * rename Resource::Crash to Resource::CrashHTML * clean up crash page and add details (reason + backtrace) * avoid repeating crash errors in script::script_thread warn log * make new LoadData init more idiomatic * clarify comments and new fields * fix doc comment style
* Replace `immeta` dependency with `imsz` (#30294)Martin Robinson2023-09-064-24/+18
| | | | `immeta` is no longer maintained and `imsz` seems to have support for more image formats as well as having no dependencies itself.
* Use arboard in servoshell instead of rust-clipboard (#30274)Martin Robinson2023-09-064-63/+18
| | | | | | rust-clipboard is unmaintained, which means that it pulls in very old dependencies (including a version xcb with 3 critical security vulnerabilities). In addition, we already depend on arboard. This removes four crates from our dependency graph.
* build(deps): bump shlex from 1.0.0 to 1.2.0 (#30296)dependabot[bot]2023-09-051-2/+2
| | | | | | | | | | | | | | | Bumps [shlex](https://github.com/comex/rust-shlex) from 1.0.0 to 1.2.0. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: shlex 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>
* build(deps): bump tempfile from 3.6.0 to 3.8.0 (#30298)dependabot[bot]2023-09-051-25/+9
| | | | | | | | | | | | | | | Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.8.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.6.0...v3.8.0) --- updated-dependencies: - dependency-name: tempfile 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>
* build(deps): bump object from 0.32.0 to 0.32.1 (#30300)dependabot[bot]2023-09-051-2/+2
| | | | | | | | | | | | | | | Bumps [object](https://github.com/gimli-rs/object) from 0.32.0 to 0.32.1. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.32.0...0.32.1) --- updated-dependencies: - dependency-name: object 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>
* build(deps): bump memchr from 2.6.2 to 2.6.3 (#30299)dependabot[bot]2023-09-051-2/+2
| | | | | | | | | | | | | | Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.6.2 to 2.6.3. - [Commits](https://github.com/BurntSushi/memchr/compare/2.6.2...2.6.3) --- updated-dependencies: - dependency-name: memchr 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>
* build(deps): bump chrono from 0.4.28 to 0.4.29 (#30301)dependabot[bot]2023-09-051-2/+2
| | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.28 to 0.4.29. - [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.28...v0.4.29) --- 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>
* build(deps): bump xml-rs from 0.8.16 to 0.8.17 (#30302)dependabot[bot]2023-09-051-2/+2
| | | | | | | | | | | | | | | Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.16 to 0.8.17. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/0.8.16...0.8.17) --- 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>
* Refactor inline layout nesting (#30289)Martin Robinson2023-09-051-138/+204
| | | | | | | | | | | | | | | | | | | | This makes the nesting architecture of inline layout a lot simpler. Now PartialInlineBoxFragment and InlineNestingLevelState are replaced by two structs: - InlineContainerState - InlineBoxContainerState InlineContainerState holds state for the root of the inline formatting context, while InlineBoxContainerState holds state for inline boxes. InlineBoxContainerState has an InlineContainerState as the first element, thus "extends" it. Now the inline iterators are stack variables directly in the `layout()` method. They are no longer stored in the state. This avoids the weird nesting of state and instead relies on a normal vector to hold the stack of state. Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Update mozjs and use moztools infra (#30292)Samson2023-09-052-7/+2
|
* Set LIBCLANG_PATH instead of msys deletion in windows wotkflow (#30293)Samson2023-09-051-2/+4
| | | until we get newer clang-sys due to https://github.com/KyleMayes/clang-sys/issues/150
* build(deps): bump pest from 2.7.2 to 2.7.3 (#30291)dependabot[bot]2023-09-041-2/+3
| | | | | | | | | | | | | | | Bumps [pest](https://github.com/pest-parser/pest) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.2...v2.7.3) --- updated-dependencies: - dependency-name: pest 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>
* Fix handling of `white-space` property for wrapping (#30259)Martin Robinson2023-09-0424-96/+101
| | | | This still fails some tests because on element boundaries we want the `white-space` property of the first shared ancestor.
* Upgrade tokio to 1.32.0. (#30286)Josh Matthews2023-09-042-5/+15
| | | | | | | | | | | | | | | | | | | | | | | * build(deps): bump tokio from 1.29.1 to 1.32.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.32.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.32.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add ignored duplicate. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump num-traits from 0.2.14 to 0.2.16 (#30282)dependabot[bot]2023-09-021-2/+2
| | | | | | | | | | | | | | | Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.14 to 0.2.16. - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.14...num-traits-0.2.16) --- updated-dependencies: - dependency-name: num-traits 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>
* Fix PlacementAmongFloats to avoid missing some bands (#30280)Oriol Brufau2023-09-015-4/+63
| | | | | | | | | | PlacementAmongFloats would stop iterating when current_bands would be empty, even if next_band wasn't at infinity. Then the BFC root or replaced block was placed after all the floats, even if it could fit next to some of them. This patch moves the next_band into current_bands so that the loop keeps considering bands.
* fix: Enter realm before dispatch activate (#30271)Li-Hsuan Hsieh2023-09-011-0/+1
| | | * ref: https://github.com/servo/servo/issues/30141
* build(deps): bump crossbeam-utils from 0.8.8 to 0.8.16 (#30283)dependabot[bot]2023-09-011-3/+2
| | | | | | | | | | | | | | | | Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.8 to 0.8.16. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.8...crossbeam-utils-0.8.16) --- updated-dependencies: - dependency-name: crossbeam-utils 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>
* build(deps): bump bitflags from 2.3.1 to 2.4.0 (#30281)dependabot[bot]2023-09-012-20/+20
| | | | | | | | | | | | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: bitflags 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>
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-0118-113/+110
| | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.3.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.3.2...2.3.1)
* remove unnecessary heap allocation (#30272)XXIV2023-09-011-2/+2
|
* Remove logic for skipping duplicate workflows (#30260)Martin Robinson2023-08-311-17/+0
| | | | | | | This logic was more important when bors was triggering duplicate workflows. Now that we've switched away from bors, benefit is much more marginal. In addition, it adds a bunch of complexity to an already complicated workflow. We can always re-add it later if we notice too many duplicated workflows.
* build(deps): bump webxr from `d817d07` to `b29816a` (#30265)dependabot[bot]2023-08-311-1/+1
| | | | | | | | | | | | | Bumps [webxr](https://github.com/servo/webxr) from `d817d07` to `b29816a`. - [Commits](https://github.com/servo/webxr/compare/d817d07133dac7eac0eb5f6c5b9dddc1477b535a...b29816a530a7519e30124c6e636511857c32433d) --- updated-dependencies: - dependency-name: webxr dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump memchr from 2.4.1 to 2.6.2 (#30263)dependabot[bot]2023-08-311-2/+2
| | | | | | | | | | | | | | Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.4.1 to 2.6.2. - [Commits](https://github.com/BurntSushi/memchr/compare/2.4.1...2.6.2) --- updated-dependencies: - dependency-name: memchr 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>
* build(deps): bump errno from 0.3.2 to 0.3.3 (#30264)dependabot[bot]2023-08-311-2/+2
| | | | | | | | | | | | | | | Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.3.2 to 0.3.3. - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: errno 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>
* build(deps): bump pin-project-lite from 0.2.8 to 0.2.13 (#30270)dependabot[bot]2023-08-311-2/+2
| | | | | | | | | | | | | | | | Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.8 to 0.2.13. - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.8...v0.2.13) --- updated-dependencies: - dependency-name: pin-project-lite 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>
* build(deps): bump headers from 0.3.8 to 0.3.9 (#30269)dependabot[bot]2023-08-311-4/+3
| | | | | | | | | | | | | | Bumps [headers](https://github.com/hyperium/headers) from 0.3.8 to 0.3.9. - [Commits](https://github.com/hyperium/headers/compare/headers-v0.3.8...headers-v0.3.9) --- updated-dependencies: - dependency-name: headers 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>
* build(deps): bump arboard from 3.2.0 to 3.2.1 (#30268)dependabot[bot]2023-08-311-3/+2
| | | | | | | | | | | | | | | | Bumps [arboard](https://github.com/1Password/arboard) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/1Password/arboard/releases) - [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/1Password/arboard/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: arboard 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>
* build(deps): bump profiling from 1.0.9 to 1.0.10 (#30266)dependabot[bot]2023-08-311-2/+2
| | | | | | | | | | | | | | | Bumps [profiling](https://github.com/aclysma/profiling) from 1.0.9 to 1.0.10. - [Changelog](https://github.com/aclysma/profiling/blob/master/CHANGELOG.md) - [Commits](https://github.com/aclysma/profiling/commits) --- updated-dependencies: - dependency-name: profiling 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>
* build(deps): bump chrono from 0.4.26 to 0.4.28 (#30267)dependabot[bot]2023-08-311-3/+3
| | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.28. - [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.26...v0.4.28) --- 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>
* build(deps): bump sha2 from 0.10.6 to 0.10.7 (#30256)dependabot[bot]2023-08-311-2/+2
| | | | | | | | | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.10.7. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.6...sha2-v0.10.7) --- updated-dependencies: - dependency-name: sha2 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>
* Flow inlines around floats (#30243)Martin Robinson2023-08-3163-220/+410
| | | | | | | This implements the rest of the bulk of float support. Now inline element flow around floats and floats can be pushed down by inline elements before them. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
* build(deps): bump either from 1.6.1 to 1.9.0 (#30249)dependabot[bot]2023-08-311-2/+2
| | | | | | | | | | | | | | Bumps [either](https://github.com/bluss/either) from 1.6.1 to 1.9.0. - [Commits](https://github.com/bluss/either/compare/1.6.1...1.9.0) --- updated-dependencies: - dependency-name: either 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>
* build(deps): bump core-graphics-types from 0.1.0 to 0.1.2 (#30257)dependabot[bot]2023-08-311-3/+2
| | | | | | | | | | | | | | Bumps [core-graphics-types](https://github.com/servo/core-foundation-rs) from 0.1.0 to 0.1.2. - [Commits](https://github.com/servo/core-foundation-rs/compare/core-graphics-types-v0.1.0...core-graphics-types-v0.1.2) --- updated-dependencies: - dependency-name: core-graphics-types 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>