Bump tikv-jemallocator from 0.4.3 to 0.5.0 (#786)

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

---
updated-dependencies:
- dependency-name: tikv-jemallocator
  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>
This commit is contained in:
dependabot[bot] 2022-05-26 21:58:43 +10:00 committed by GitHub
parent ee4e9b906b
commit 08d27fea21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -3757,9 +3757,9 @@ dependencies = [
[[package]]
name = "tikv-jemalloc-sys"
version = "0.4.3+5.2.1-patched.2"
version = "0.5.0+5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"
checksum = "aeab4310214fe0226df8bfeb893a291a58b19682e8a07e1e1d4483ad4200d315"
dependencies = [
"cc",
"fs_extra",
@ -3768,9 +3768,9 @@ dependencies = [
[[package]]
name = "tikv-jemallocator"
version = "0.4.3"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b7bcecfafe4998587d636f9ae9d55eb9d0499877b88757767c346875067098"
checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979"
dependencies = [
"libc",
"tikv-jemalloc-sys",

View file

@ -22,7 +22,7 @@ score = { path = "../score" }
structopt = { version = "^0.3.26", default-features = false }
users = "^0.11.0"
serde = { version = "^1.0.137", features = ["derive"] }
tikv-jemallocator = "0.4.0"
tikv-jemallocator = "0.5.0"
tokio = { version = "^1.18.0", features = ["rt-multi-thread", "macros", "signal"] }
toml = "0.5.9"

View file

@ -15,7 +15,7 @@ name = "orca"
path = "src/main.rs"
[dependencies]
tikv-jemallocator = "0.4.0"
tikv-jemallocator = "0.5.0"
tracing = "^0.1.34"
tracing-subscriber = "^0.3.11"