Update Cargo.toml

This commit is contained in:
Michael Vines 2022-03-13 16:27:16 -07:00
parent 857a541ddb
commit 07a6b597d0

View File

@ -15,13 +15,8 @@ bytecount = "0.6.2"
clap = "2.33.1"
csv = "1.1.6"
dashmap = "4.0.2"
<<<<<<< HEAD
histogram = "*"
itertools = "0.10.1"
=======
histogram = "0.6.9"
itertools = "0.10.3"
>>>>>>> 01b6f97f0 (Pin histogram crate version to fix cargo publish)
itertools = "0.10.1"
log = { version = "0.4.14" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }