Skip to content

Commit 51cd261

Browse files
dependabot[bot]killzoner
authored andcommitted
Bump tikv-jemallocator from 0.6.0 to 0.6.1
Bumps [tikv-jemallocator](https://github.com/tikv/jemallocator) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/tikv/jemallocator/releases) - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md) - [Commits](tikv/jemallocator@0.6.0...0.6.1) --- updated-dependencies: - dependency-name: tikv-jemallocator dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5220f3b commit 51cd261

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pprof = { version = "0.15.0", default-features = false, optional = true, feature
3434
"cpp",
3535
"prost-codec",
3636
] }
37-
tikv-jemallocator = { version = "0.6.0", default-features = false, optional = true, features = [
37+
tikv-jemallocator = { version = "0.6.1", default-features = false, optional = true, features = [
3838
"profiling",
3939
"unprefixed_malloc_on_supported_platforms",
4040
] }
@@ -60,7 +60,7 @@ features = [
6060
"unprefixed_malloc_on_supported_platforms",
6161
"profiling",
6262
]
63-
version = "0.6.0"
63+
version = "0.6.1"
6464

6565
[features]
6666
default = ["pprof"]

0 commit comments

Comments
 (0)