mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
bump
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -6005,7 +6005,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tikv-jemalloc-ctl"
|
||||
version = "0.5.4"
|
||||
source = "git+https://github.com/yuhao-su/jemallocator?rev=a0911601bb7bb263ca55c7ea161ef308fdc623f8#a0911601bb7bb263ca55c7ea161ef308fdc623f8"
|
||||
source = "git+https://github.com/yuhao-su/jemallocator?rev=5084726b0f15686d13e88bc54ce7cff4b4ed6d27#5084726b0f15686d13e88bc54ce7cff4b4ed6d27"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"paste",
|
||||
@@ -6015,7 +6015,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tikv-jemalloc-sys"
|
||||
version = "0.5.4+5.3.0-patched"
|
||||
source = "git+https://github.com/yuhao-su/jemallocator?rev=a0911601bb7bb263ca55c7ea161ef308fdc623f8#a0911601bb7bb263ca55c7ea161ef308fdc623f8"
|
||||
source = "git+https://github.com/yuhao-su/jemallocator?rev=5084726b0f15686d13e88bc54ce7cff4b4ed6d27#5084726b0f15686d13e88bc54ce7cff4b4ed6d27"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
@@ -6024,7 +6024,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tikv-jemallocator"
|
||||
version = "0.5.4"
|
||||
source = "git+https://github.com/yuhao-su/jemallocator?rev=a0911601bb7bb263ca55c7ea161ef308fdc623f8#a0911601bb7bb263ca55c7ea161ef308fdc623f8"
|
||||
source = "git+https://github.com/yuhao-su/jemallocator?rev=5084726b0f15686d13e88bc54ce7cff4b4ed6d27#5084726b0f15686d13e88bc54ce7cff4b4ed6d27"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"tikv-jemalloc-sys",
|
||||
|
||||
@@ -163,8 +163,8 @@ tar = "0.4"
|
||||
task-local-extensions = "0.1.4"
|
||||
test-context = "0.3"
|
||||
thiserror = "1.0"
|
||||
tikv-jemallocator = { git = "https://github.com/yuhao-su/jemallocator", rev = "a0911601bb7bb263ca55c7ea161ef308fdc623f8" }
|
||||
tikv-jemalloc-ctl = { git = "https://github.com/yuhao-su/jemallocator", rev = "a0911601bb7bb263ca55c7ea161ef308fdc623f8" }
|
||||
tikv-jemallocator = { git = "https://github.com/yuhao-su/jemallocator", rev = "5084726b0f15686d13e88bc54ce7cff4b4ed6d27" }
|
||||
tikv-jemalloc-ctl = { git = "https://github.com/yuhao-su/jemallocator", rev = "5084726b0f15686d13e88bc54ce7cff4b4ed6d27" }
|
||||
tokio = { version = "1.17", features = ["macros"] }
|
||||
tokio-epoll-uring = { git = "https://github.com/neondatabase/tokio-epoll-uring.git" , branch = "main" }
|
||||
tokio-io-timeout = "1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user