Skip to content

Commit

Permalink
Update pinned tikv-jemallocator to fix CI (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Feb 28, 2024
1 parent 60e582e commit bf5accf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -81,7 +81,7 @@ async-channel = "2.1.1"
async-trait = "0.1.73"
axum = "0.6.18"
base64 = "0.21"
bincode = { version = "2.0.0-rc", default-features = false, features = [ "std", "serde", ] }
bincode = { version = "2.0.0-rc", default-features = false, features = ["std", "serde", ] }
bytes = { version = "1.3", features = ["serde"] }
bytes-utils = "0.1.3"
bytestring = { version = "1.2", features = ["serde"] }
Expand Down Expand Up @@ -130,9 +130,9 @@ sync_wrapper = "0.1.2"
tempfile = "3.6.0"
test-log = { version = "0.2.11", default-features = false, features = ["trace"] }
# tikv-jemallocator has not yet been released with musl target support, so we pin a main commit
tikv-jemallocator = { git = "https://github.com/restatedev/jemallocator", rev = "f7adfca5aff272b43fd3ad896252b57fbbd9c72a", default-features = false }
tikv-jemallocator = { git = "https://github.com/restatedev/jemallocator", rev = "7c32f6e3d6ad5e4e492cc08d6bdb8307acf9afa0", default-features = false }
thiserror = "1.0"
tokio = { version = "1.29", default-features = false, features = [ "rt-multi-thread", "signal", "macros", ] }
tokio = { version = "1.29", default-features = false, features = ["rt-multi-thread", "signal", "macros", ] }
tokio-util = { version = "0.7.10" }
tokio-stream = "0.1.14"
tonic = { version = "0.10.2", default-features = false }
Expand Down

0 comments on commit bf5accf

Please sign in to comment.