Browse Source

Bump bitflags from 2.4.1 to 2.4.2 (#3593)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.1 to 2.4.2.
- [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.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: bitflags
  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>
pull/3594/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
fc51aebe97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 22
      Cargo.lock
  2. 2
      Cargo.toml

22
Cargo.lock generated

@ -319,9 +319,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.4.1" version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -359,7 +359,7 @@ name = "boa_ast"
version = "0.17.0" version = "0.17.0"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"bitflags 2.4.1", "bitflags 2.4.2",
"boa_interner", "boa_interner",
"boa_macros", "boa_macros",
"indexmap 2.1.0", "indexmap 2.1.0",
@ -392,7 +392,7 @@ name = "boa_engine"
version = "0.17.0" version = "0.17.0"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"bitflags 2.4.1", "bitflags 2.4.2",
"boa_ast", "boa_ast",
"boa_gc", "boa_gc",
"boa_icu_provider", "boa_icu_provider",
@ -533,7 +533,7 @@ dependencies = [
name = "boa_parser" name = "boa_parser"
version = "0.17.0" version = "0.17.0"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.2",
"boa_ast", "boa_ast",
"boa_interner", "boa_interner",
"boa_macros", "boa_macros",
@ -570,7 +570,7 @@ dependencies = [
name = "boa_temporal" name = "boa_temporal"
version = "0.17.0" version = "0.17.0"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.2",
"icu_calendar", "icu_calendar",
"num-bigint", "num-bigint",
"num-traits", "num-traits",
@ -582,7 +582,7 @@ dependencies = [
name = "boa_tester" name = "boa_tester"
version = "0.17.0" version = "0.17.0"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.2",
"boa_engine", "boa_engine",
"boa_gc", "boa_gc",
"boa_runtime", "boa_runtime",
@ -1014,7 +1014,7 @@ version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.2",
"crossterm_winapi", "crossterm_winapi",
"libc", "libc",
"parking_lot", "parking_lot",
@ -2312,7 +2312,7 @@ version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.2",
"cfg-if", "cfg-if",
"libc", "libc",
] ]
@ -2936,7 +2936,7 @@ version = "0.38.26"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.2",
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",
@ -2977,7 +2977,7 @@ version = "13.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86" checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.2",
"cfg-if", "cfg-if",
"clipboard-win", "clipboard-win",
"fd-lock", "fd-lock",

2
Cargo.toml

@ -45,7 +45,7 @@ boa_temporal = { version = "~0.17.0", path = "core/temporal" }
# Shared deps # Shared deps
arbitrary = "1" arbitrary = "1"
bitflags = "2.4.1" bitflags = "2.4.2"
chrono = { version = "0.4.31", default-features = false } chrono = { version = "0.4.31", default-features = false }
clap = "4.4.17" clap = "4.4.17"
colored = "2.1.0" colored = "2.1.0"

Loading…
Cancel
Save