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:
parent
3f0a6facc4
commit
494e46b06c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user