Skip to content

Commit 8880134

Browse files
authored
Cargo.toml: upgrade tikv-jemallocator to 0.6.0 (#9779)
1 parent de7e4a3 commit 8880134

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ sync_wrapper = "0.1.2"
168168
tar = "0.4"
169169
test-context = "0.3"
170170
thiserror = "1.0"
171-
tikv-jemallocator = "0.5"
172-
tikv-jemalloc-ctl = "0.5"
171+
tikv-jemallocator = { version = "0.6", features = ["stats"] }
172+
tikv-jemalloc-ctl = { version = "0.6", features = ["stats"] }
173173
tokio = { version = "1.17", features = ["macros"] }
174174
tokio-epoll-uring = { git = "https://github.com/neondatabase/tokio-epoll-uring.git" , branch = "main" }
175175
tokio-io-timeout = "1.2.0"

workspace_hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ smallvec = { version = "1", default-features = false, features = ["const_new", "
7575
spki = { version = "0.7", default-features = false, features = ["pem", "std"] }
7676
subtle = { version = "2" }
7777
sync_wrapper = { version = "0.1", default-features = false, features = ["futures"] }
78-
tikv-jemalloc-sys = { version = "0.5" }
78+
tikv-jemalloc-sys = { version = "0.6", features = ["stats"] }
7979
time = { version = "0.3", features = ["macros", "serde-well-known"] }
8080
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "test-util"] }
8181
tokio-postgres = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon", features = ["with-serde_json-1"] }

0 commit comments

Comments
 (0)