Browse Source

Bump once_cell from 1.5.2 to 1.7.2 (#1152)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.5.2 to 1.7.2.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.5.2...v1.7.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1159/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
864f64dc91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa/Cargo.toml
  3. 2
      boa_tester/Cargo.toml

4
Cargo.lock generated

@ -784,9 +784,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.5.2"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
[[package]]
name = "oorandom"

2
boa/Cargo.toml

@ -39,7 +39,7 @@ fast-float = "0.2.0"
# Optional Dependencies
measureme = { version = "9.1.0", optional = true }
once_cell = { version = "1.5.2", optional = true }
once_cell = { version = "1.7.2", optional = true }
[dev-dependencies]
criterion = "0.3.3"

2
boa_tester/Cargo.toml

@ -18,7 +18,7 @@ serde_yaml = "0.8.17"
serde_json = "1.0.64"
bitflags = "1.2.1"
regex = "1.4.3"
once_cell = "1.5.2"
once_cell = "1.7.2"
colored = "2.0.0"
fxhash = "0.2.1"
git2 = "0.13.17"

Loading…
Cancel
Save