Skip to content

Commit

Permalink
need to update pelikan before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 14, 2023
1 parent d71ea20 commit 658a1ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ humantime = "2.1.0"
momento = "0.31.0"
metriken = "0.3.0"
mio = "0.8.8"
net = { git = "https://github.com/pelikan-io/pelikan" }
net = { git = "https://github.com/brayniac/pelikan", branch = "metriken" }
once_cell = "1.18.0"
paste = "1.0.14"
protocol-memcache = { git = "https://github.com/pelikan-io/pelikan" }
protocol-ping = { git = "https://github.com/pelikan-io/pelikan" }
protocol-memcache = { git = "https://github.com/brayniac/pelikan", branch = "metriken" }
protocol-ping = { git = "https://github.com/brayniac/pelikan", branch = "metriken" }
rand = "0.8.5"
rand_distr = "0.4.3"
rand_xoshiro = "0.6.0"
Expand All @@ -51,7 +51,7 @@ ringlog = "0.3.0"
rpcperf-dataspec = { path = "lib/dataspec" }
serde = { workspace = true }
serde_json = "1.0.105"
session = { git = "https://github.com/pelikan-io/pelikan" }
session = { git = "https://github.com/brayniac/pelikan", branch = "metriken" }
sha2 = "0.10.7"
slab = "0.4.9"
tokio = { version = "1.32.0", features = ["full"] }
Expand Down

0 comments on commit 658a1ea

Please sign in to comment.