Skip to content

Commit

Permalink
chore: bump tikv-jemalloc* to "0.6" (#4590)
Browse files Browse the repository at this point in the history
chore: bump tikv-jemalloc* ti "0.6"
  • Loading branch information
fengys1996 authored Aug 20, 2024
1 parent b25a2b1 commit 9d885fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tonic.workspace = true
tracing-appender = "0.2"

[target.'cfg(not(windows))'.dependencies]
tikv-jemallocator = "0.5"
tikv-jemallocator = "0.6"

[dev-dependencies]
client = { workspace = true, features = ["testing"] }
Expand Down
4 changes: 2 additions & 2 deletions src/common/mem-prof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ tempfile = "3.4"
tokio.workspace = true

[target.'cfg(not(windows))'.dependencies]
tikv-jemalloc-ctl = { version = "0.5", features = ["use_std"] }
tikv-jemalloc-ctl = { version = "0.6", features = ["use_std", "stats"] }

[target.'cfg(not(windows))'.dependencies.tikv-jemalloc-sys]
features = ["stats", "profiling", "unprefixed_malloc_on_supported_platforms"]
version = "0.5"
version = "0.6"
2 changes: 1 addition & 1 deletion src/servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ uuid.workspace = true
zstd.workspace = true

[target.'cfg(not(windows))'.dependencies]
tikv-jemalloc-ctl = { version = "0.5", features = ["use_std"] }
tikv-jemalloc-ctl = { version = "0.6", features = ["use_std"] }

[dev-dependencies]
auth = { workspace = true, features = ["testing"] }
Expand Down

0 comments on commit 9d885fa

Please sign in to comment.