From fd3ea8854fd6e68c62807e88199a8efad8ef0397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:43:43 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.9.2 to 2.9.3 (#38865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.9.2 to 2.9.3.
Release notes

Sourced from bitflags's releases.

2.9.3

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.9.2...2.9.3

Changelog

Sourced from bitflags's changelog.

2.9.3

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.9.2...2.9.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bitflags&package-manager=cargo&previous-version=2.9.2&new-version=2.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 148 ++++++++++++++++++++++++++--------------------------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5f9ed7ee6b..ede7957bfde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" dependencies = [ "android-properties", - "bitflags 2.9.2", + "bitflags 2.9.3", "cc", "cesu8", "jni", @@ -761,7 +761,7 @@ version = "0.69.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cexpr", "clang-sys", "itertools 0.10.5", @@ -784,7 +784,7 @@ version = "0.71.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cexpr", "clang-sys", "itertools 0.10.5", @@ -825,9 +825,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.2" +version = "2.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29" +checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d" dependencies = [ "serde", ] @@ -883,7 +883,7 @@ name = "bluetooth" version = "0.0.1" dependencies = [ "base", - "bitflags 2.9.2", + "bitflags 2.9.3", "bluetooth_traits", "blurdroid", "blurmac", @@ -1039,7 +1039,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "log", "polling", "rustix 0.38.44", @@ -1419,7 +1419,7 @@ version = "0.0.1" dependencies = [ "base", "bincode", - "bitflags 2.9.2", + "bitflags 2.9.3", "compositing_traits", "constellation_traits", "crossbeam-channel", @@ -1453,7 +1453,7 @@ version = "0.0.1" dependencies = [ "base", "bincode", - "bitflags 2.9.2", + "bitflags 2.9.3", "crossbeam-channel", "dpi", "embedder_traits", @@ -1566,7 +1566,7 @@ version = "0.5.4" source = "git+https://github.com/servo/rust-content-security-policy?branch=servo-csp#e8d4883f9a9349e602465f31a780bc6d70b98528" dependencies = [ "base64 0.22.1", - "bitflags 2.9.2", + "bitflags 2.9.3", "once_cell", "percent-encoding", "regex", @@ -1976,7 +1976,7 @@ name = "devtools_traits" version = "0.0.1" dependencies = [ "base", - "bitflags 2.9.2", + "bitflags 2.9.3", "embedder_traits", "http 1.3.1", "ipc-channel", @@ -2074,7 +2074,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "objc2 0.6.1", ] @@ -2204,7 +2204,7 @@ checksum = "49e2be082f77715496b4a39fdc6f5dc7491fefe2833111781b8697ea6ee919a7" dependencies = [ "accesskit", "ahash", - "bitflags 2.9.2", + "bitflags 2.9.3", "emath", "epaint", "log", @@ -2613,7 +2613,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c7e611d49285d4c4b2e1727b72cf05353558885cc5252f93707b845dfcaf3d3" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "byteorder", "core-foundation 0.9.4", "core-graphics", @@ -2671,7 +2671,7 @@ dependencies = [ "app_units", "atomic_refcell", "base", - "bitflags 2.9.2", + "bitflags 2.9.3", "byteorder", "compositing_traits", "core-foundation 0.9.4", @@ -3133,7 +3133,7 @@ version = "0.20.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "futures-channel", "futures-core", "futures-executor", @@ -3224,7 +3224,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "gpu-alloc-types", ] @@ -3234,7 +3234,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", ] [[package]] @@ -3255,7 +3255,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "gpu-descriptor-types", "hashbrown", ] @@ -3266,7 +3266,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", ] [[package]] @@ -4516,7 +4516,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "inotify-sys", "libc", ] @@ -4568,7 +4568,7 @@ version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg-if", "libc", ] @@ -4722,7 +4722,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53cea01d04c8251f945a9f16c5364da6cdb8bce69a61382663302c62f4186d13" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "serde", "unicode-segmentation", ] @@ -4763,7 +4763,7 @@ dependencies = [ "app_units", "atomic_refcell", "base", - "bitflags 2.9.2", + "bitflags 2.9.3", "compositing_traits", "cssparser", "data-url", @@ -4819,7 +4819,7 @@ dependencies = [ "app_units", "atomic_refcell", "base", - "bitflags 2.9.2", + "bitflags 2.9.3", "compositing_traits", "constellation_traits", "embedder_traits", @@ -4918,7 +4918,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "libc", "redox_syscall 0.5.17", ] @@ -5214,7 +5214,7 @@ version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block", "core-graphics-types", "foreign-types 0.5.0", @@ -5339,7 +5339,7 @@ checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632" dependencies = [ "arrayvec", "bit-set", - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg_aliases", "codespan-reporting", "half", @@ -5395,7 +5395,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44cd7f1a2b5b17e763d8fcc33f3a9f426c0303a1fcb9b89d7c553308c3a1db97" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "ctor", "napi-build-ohos", "napi-sys-ohos", @@ -5418,7 +5418,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "jni-sys", "log", "ndk-sys 0.6.0+11769913", @@ -5569,7 +5569,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg-if", "cfg_aliases", "libc", @@ -5581,7 +5581,7 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg-if", "cfg_aliases", "libc", @@ -5783,7 +5783,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "libc", "objc2 0.5.2", @@ -5799,7 +5799,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "objc2 0.6.1", "objc2-foundation 0.3.1", ] @@ -5810,7 +5810,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "objc2 0.5.2", "objc2-core-location", @@ -5834,7 +5834,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "objc2 0.5.2", "objc2-foundation 0.2.2", @@ -5846,7 +5846,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "dispatch2", "objc2 0.6.1", ] @@ -5887,7 +5887,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "dispatch", "libc", @@ -5900,7 +5900,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "objc2 0.6.1", "objc2-core-foundation", ] @@ -5933,7 +5933,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "objc2 0.5.2", "objc2-foundation 0.2.2", @@ -5945,7 +5945,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "objc2 0.5.2", "objc2-foundation 0.2.2", @@ -5968,7 +5968,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "objc2 0.5.2", "objc2-cloud-kit", @@ -6000,7 +6000,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "objc2 0.5.2", "objc2-core-location", @@ -6897,7 +6897,7 @@ version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", ] [[package]] @@ -7017,7 +7017,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f" dependencies = [ "base64 0.22.1", - "bitflags 2.9.2", + "bitflags 2.9.3", "serde", "serde_derive", "unicode-ident", @@ -7035,7 +7035,7 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "fallible-iterator", "fallible-streaming-iterator", "hashlink", @@ -7076,7 +7076,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "errno", "libc", "linux-raw-sys 0.4.15", @@ -7089,7 +7089,7 @@ version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "errno", "libc", "linux-raw-sys 0.9.4", @@ -7153,7 +7153,7 @@ version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "bytemuck", "core_maths", "log", @@ -7209,7 +7209,7 @@ dependencies = [ "base", "base64 0.22.1", "bincode", - "bitflags 2.9.2", + "bitflags 2.9.3", "bluetooth_traits", "canvas_traits", "cbc", @@ -7313,7 +7313,7 @@ dependencies = [ name = "script_bindings" version = "0.0.1" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "crossbeam-channel", "cssparser", "deny_public_fields", @@ -7443,7 +7443,7 @@ name = "selectors" version = "0.31.0" source = "git+https://github.com/servo/stylo?branch=2025-08-01#8a6763eb2a66d3c93860313fba37fc3f09c7f70f" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cssparser", "derive_more 2.0.1", "fxhash", @@ -8068,7 +8068,7 @@ version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "calloop", "calloop-wayland-source", "cursor-icon", @@ -8129,7 +8129,7 @@ version = "0.3.0+sdk-1.3.268.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", ] [[package]] @@ -8242,7 +8242,7 @@ dependencies = [ "app_units", "arrayvec", "atomic_refcell", - "bitflags 2.9.2", + "bitflags 2.9.3", "byteorder", "cssparser", "derive_more 2.0.1", @@ -8322,7 +8322,7 @@ name = "stylo_dom" version = "0.6.0" source = "git+https://github.com/servo/stylo?branch=2025-08-01#8a6763eb2a66d3c93860313fba37fc3f09c7f70f" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "stylo_malloc_size_of", ] @@ -8354,7 +8354,7 @@ version = "0.6.0" source = "git+https://github.com/servo/stylo?branch=2025-08-01#8a6763eb2a66d3c93860313fba37fc3f09c7f70f" dependencies = [ "app_units", - "bitflags 2.9.2", + "bitflags 2.9.3", "cssparser", "euclid", "malloc_size_of_derive", @@ -8380,7 +8380,7 @@ name = "surfman" version = "0.9.8" source = "git+https://github.com/servo/surfman?rev=f7688b4585f9e0b5d4bf8ee8e4a91e82349610b1#f7688b4585f9e0b5d4bf8ee8e4a91e82349610b1" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg_aliases", "cgl", "cocoa", @@ -9523,7 +9523,7 @@ version = "0.31.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "rustix 1.0.8", "wayland-backend", "wayland-scanner", @@ -9535,7 +9535,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "cursor-icon", "wayland-backend", ] @@ -9557,7 +9557,7 @@ version = "0.32.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "wayland-backend", "wayland-client", "wayland-scanner", @@ -9569,7 +9569,7 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "wayland-backend", "wayland-client", "wayland-protocols", @@ -9582,7 +9582,7 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "wayland-backend", "wayland-client", "wayland-protocols", @@ -9710,7 +9710,7 @@ dependencies = [ name = "webgl" version = "0.0.1" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "byteorder", "canvas_traits", "compositing_traits", @@ -9789,7 +9789,7 @@ source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2 dependencies = [ "allocator-api2", "bincode", - "bitflags 2.9.2", + "bitflags 2.9.3", "build-parallel", "byteorder", "derive_more 0.99.20", @@ -9823,7 +9823,7 @@ version = "0.66.0" source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" dependencies = [ "app_units", - "bitflags 2.9.2", + "bitflags 2.9.3", "byteorder", "crossbeam-channel", "euclid", @@ -9843,7 +9843,7 @@ name = "webrender_build" version = "0.0.2" source = "git+https://github.com/servo/webrender?branch=0.67#428d64dc5c92f157be2b0fd85dc7a6506be77132" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "lazy_static", ] @@ -9888,7 +9888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec8fb398f119472be4d80bc3647339f56eb63b2a331f6a3d16e25d8144197dd9" dependencies = [ "arrayvec", - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg_aliases", "document-features", "hashbrown", @@ -9918,7 +9918,7 @@ dependencies = [ "arrayvec", "bit-set", "bit-vec", - "bitflags 2.9.2", + "bitflags 2.9.3", "cfg_aliases", "document-features", "hashbrown", @@ -9978,7 +9978,7 @@ dependencies = [ "arrayvec", "ash", "bit-set", - "bitflags 2.9.2", + "bitflags 2.9.3", "block", "bytemuck", "cfg-if", @@ -10021,7 +10021,7 @@ version = "25.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2aa49460c2a8ee8edba3fca54325540d904dd85b2e086ada762767e17d06e8bc" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "bytemuck", "js-sys", "log", @@ -10471,7 +10471,7 @@ dependencies = [ "ahash", "android-activity", "atomic-waker", - "bitflags 2.9.2", + "bitflags 2.9.3", "block2", "bytemuck", "calloop", @@ -10547,7 +10547,7 @@ version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", ] [[package]] @@ -10680,7 +10680,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" dependencies = [ - "bitflags 2.9.2", + "bitflags 2.9.3", "dlib", "log", "once_cell",