Skip to content

Commit d87498a

Browse files
authored
Merge pull request #1036 from jvanz/main
build(deps): bump jemalloc crates.
2 parents a328ad2 + 904694b commit d87498a

File tree

2 files changed

+20
-52
lines changed

2 files changed

+20
-52
lines changed

Cargo.lock

+17-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ mockall_double = "0.3"
5858
axum = { version = "0.8.1", features = ["macros", "query"] }
5959
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
6060
tower-http = { version = "0.6.1", features = ["trace"] }
61-
tikv-jemallocator = { version = "0.5.4", features = [
61+
tikv-jemallocator = { version = "0.6.0", features = [
6262
"profiling",
6363
"unprefixed_malloc_on_supported_platforms",
6464
] }
65-
jemalloc_pprof = "0.4.1"
66-
tikv-jemalloc-ctl = "0.5.4"
65+
jemalloc_pprof = "0.6.0"
66+
tikv-jemalloc-ctl = "0.6.0"
6767
rhai = { version = "1.19.0", features = ["sync"] }
6868
tonic = { version = "0.12.3" }
6969

0 commit comments

Comments
 (0)