Browse Source

Bump itertools from 0.11.0 to 0.12.0 (#3466)

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: itertools
  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>
pull/3334/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
af1a918930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml

6
Cargo.lock generated

@ -421,7 +421,7 @@ dependencies = [
"indexmap 2.1.0", "indexmap 2.1.0",
"indoc", "indoc",
"intrusive-collections", "intrusive-collections",
"itertools 0.11.0", "itertools 0.12.0",
"jemallocator", "jemallocator",
"num-bigint", "num-bigint",
"num-integer", "num-integer",
@ -2071,9 +2071,9 @@ dependencies = [
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.11.0" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [ dependencies = [
"either", "either",
] ]

2
boa_engine/Cargo.toml

@ -84,7 +84,7 @@ dashmap = "5.5.3"
num_enum = "0.7.1" num_enum = "0.7.1"
pollster.workspace = true pollster.workspace = true
thin-vec.workspace = true thin-vec.workspace = true
itertools = { version = "0.11.0", default-features = false } itertools = { version = "0.12.0", default-features = false }
icu_normalizer = "~1.3.0" icu_normalizer = "~1.3.0"
paste = "1.0" paste = "1.0"
portable-atomic = "1.5.1" portable-atomic = "1.5.1"

Loading…
Cancel
Save