Skip to content

Commit

Permalink
use published dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 12, 2023
1 parent 82cecf8 commit 32e3d91
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
56 changes: 30 additions & 26 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 @@ -16,7 +16,7 @@ repository = { workspace = true }
license = { workspace = true }

[workspace.dependencies]
histogram = { git = "https://github.com/brayniac/rustcommon", branch = "metriken-histograms" }
histogram = { version = "0.8.0" }
serde = { version = "1.0.185", features = ["derive"] }

[dependencies]
Expand All @@ -35,7 +35,7 @@ hyper = { version = "1.0.0-rc.4", features = ["http1", "http2", "client"]}
histogram = { workspace = true }
humantime = "2.1.0"
momento = "0.31.0"
metriken = { git = "https://github.com/brayniac/rustcommon", branch = "metriken-histograms" }
metriken = { version = "0.3.0" }
mio = "0.8.8"
net = { git = "https://github.com/pelikan-io/pelikan" }
once_cell = "1.18.0"
Expand All @@ -47,7 +47,7 @@ rand_distr = "0.4.3"
rand_xoshiro = "0.6.0"
ratelimit = "0.7.0"
redis = { version = "0.22.3", features = ["tokio-comp"] }
ringlog = "0.2.0"
ringlog = "0.3.0"
rpcperf-dataspec = { path = "lib/dataspec" }
serde = { workspace = true }
serde_json = "1.0.105"
Expand Down

0 comments on commit 32e3d91

Please sign in to comment.