Remove outdated comments.

This commit is contained in:
Justus Winter 2023-12-06 17:37:09 +01:00
parent 1bad4fff20
commit 3a885d8dbf
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -38,7 +38,6 @@ sequoia-net = { version = "0.28", default-features = false }
sequoia-policy-config = "0.6" sequoia-policy-config = "0.6"
anyhow = "1.0.18" anyhow = "1.0.18"
chrono = "0.4.10" chrono = "0.4.10"
# For an MSRV of 1.63: 4.0.32.
clap = { version = "4", features = ["derive", "env", "string", "wrap_help"] } clap = { version = "4", features = ["derive", "env", "string", "wrap_help"] }
itertools = ">=0.10, <0.13" itertools = ">=0.10, <0.13"
once_cell = "1.17" once_cell = "1.17"
@ -58,11 +57,8 @@ textwrap = "0.15"
[build-dependencies] [build-dependencies]
anyhow = "1.0.18" anyhow = "1.0.18"
buffered-reader = { version = "1.0.0", default-features = false, features = ["compression-deflate"] } buffered-reader = { version = "1.0.0", default-features = false, features = ["compression-deflate"] }
# For an MSRV of 1.63: 4.0.32
clap = { version = "4", features = ["derive", "env", "string", "wrap_help"] } clap = { version = "4", features = ["derive", "env", "string", "wrap_help"] }
# For an MSRV of 1.63: 4.0.7.
clap_complete = "4" clap_complete = "4"
# For an MSRV of 1.63: 0.2.6
clap_mangen = "0.2" clap_mangen = "0.2"
chrono = "0.4.10" chrono = "0.4.10"
sequoia-openpgp = { version = "1.17", default-features = false } sequoia-openpgp = { version = "1.17", default-features = false }
@ -74,9 +70,7 @@ terminal_size = ">=0.2.6, <0.4"
[dev-dependencies] [dev-dependencies]
subplotlib = ">=0.7, <0.10" subplotlib = ">=0.7, <0.10"
fehler = "1.0.0" fehler = "1.0.0"
# For an MSRV of 1.63: 2.0.8.
assert_cmd = "2" assert_cmd = "2"
# For an MSRV of 1.63: 2.1.5
predicates = ">=2, <4" predicates = ">=2, <4"
[[bin]] [[bin]]