Skip to content

Commit

Permalink
manifest cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Oct 12, 2023
1 parent 1600c2a commit ce8f82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = { version = "0.8.0" }
histogram = "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 = { 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"
Expand Down

0 comments on commit ce8f82e

Please sign in to comment.