Widen the itertools' version requirements.

- `sq` works with 0.11, but other depenedencies pull in 0.10.

  - We prefer fewer dependencies so keep the version in `Cargo.lock`
    at 0.10.
This commit is contained in:
Neal H. Walfield 2023-07-05 14:00:02 +02:00
parent 3f0a6facc4
commit 494e46b06c
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -39,7 +39,7 @@ anyhow = "1.0.18"
chrono = "0.4.10"
# For an MSRV of 1.63: 4.0.32.
clap = { version = "4", features = ["derive", "env", "string", "wrap_help"] }
itertools = "0.10"
itertools = ">=0.10, <0.11"
once_cell = "1.17"
sequoia-cert-store = "0.3"
sequoia-wot = "0.8"