Browse Source

Bump jemallocator from 0.5.0 to 0.5.4 (#3181)

Bumps [jemallocator](https://github.com/tikv/jemallocator) from 0.5.0 to 0.5.4.
- [Release notes](https://github.com/tikv/jemallocator/releases)
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tikv/jemallocator/compare/0.5.0...0.5.4)

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

4
Cargo.lock generated

@ -2386,9 +2386,9 @@ dependencies = [
[[package]]
name = "jemallocator"
version = "0.5.0"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16c2514137880c52b0b4822b563fadd38257c1f380858addb74a400889696ea6"
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
dependencies = [
"jemalloc-sys",
"libc",

2
boa_cli/Cargo.toml

@ -30,7 +30,7 @@ pollster = "0.3.0"
default = ["boa_engine/annex-b", "boa_engine/intl"]
[target.x86_64-unknown-linux-gnu.dependencies]
jemallocator = "0.5.0"
jemallocator = "0.5.4"
[[bin]]
name = "boa"

2
boa_engine/Cargo.toml

@ -102,7 +102,7 @@ textwrap = "0.16.0"
futures-lite = "1.13.0"
[target.x86_64-unknown-linux-gnu.dev-dependencies]
jemallocator = "0.5.0"
jemallocator = "0.5.4"
[lib]
crate-type = ["cdylib", "lib"]

Loading…
Cancel
Save