diff --git a/Cargo.toml b/Cargo.toml index 6164d2b9..9b931e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = { workspace = true } license = { workspace = true } [workspace.dependencies] -histogram = { version = "0.8.0" } +histogram = "0.8.0" serde = { version = "1.0.185", features = ["derive"] } [dependencies] @@ -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 = { version = "0.3.0" } +metriken = "0.3.0" mio = "0.8.8" net = { git = "https://github.com/pelikan-io/pelikan" } once_cell = "1.18.0"