Skip to content

Commit

Permalink
Merge pull request #1036 from jvanz/main
Browse files Browse the repository at this point in the history
build(deps): bump jemalloc crates.
  • Loading branch information
jvanz authored Jan 17, 2025
2 parents a328ad2 + 904694b commit d87498a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 52 deletions.
66 changes: 17 additions & 49 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ mockall_double = "0.3"
axum = { version = "0.8.1", features = ["macros", "query"] }
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
tower-http = { version = "0.6.1", features = ["trace"] }
tikv-jemallocator = { version = "0.5.4", features = [
tikv-jemallocator = { version = "0.6.0", features = [
"profiling",
"unprefixed_malloc_on_supported_platforms",
] }
jemalloc_pprof = "0.4.1"
tikv-jemalloc-ctl = "0.5.4"
jemalloc_pprof = "0.6.0"
tikv-jemalloc-ctl = "0.6.0"
rhai = { version = "1.19.0", features = ["sync"] }
tonic = { version = "0.12.3" }

Expand Down

0 comments on commit d87498a

Please sign in to comment.