arti: Demote itertools back to dev-dependency

This commit is contained in:
Ian Jackson 2022-05-31 15:45:07 +01:00
parent fe9fb6b6ee
commit 32e4baa4c4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
futures = "0.3.14"
itertools = "0.10.1"
notify = "4.0"
once_cell = { version = "1", optional = true }
rlimit = "0.8.3"
@ -50,6 +49,7 @@ tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
trust-dns-proto = "0.21.1"
[dev-dependencies]
itertools = "0.10.1"
regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"
toml = "0.5"