Skip to content

Commit

Permalink
Depend on correct version of 'time'
Browse files Browse the repository at this point in the history
The RFC2822 "well-known" format was added in time v0.3.7. As a result, this crate must depend on at least that version.
  • Loading branch information
SergioBenitez authored and chifflier committed Feb 23, 2022
1 parent f4fea80 commit e2d49a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -50,4 +50,4 @@ rusticata-macros = "4.0"
ring = { version="0.16.11", optional=true }
der-parser = { version = "7.0.0", features=["bigint"] }
thiserror = "1.0.2"
time = { version="0.3", features=["formatting"] }
time = { version="0.3.7", features=["formatting"] }

0 comments on commit e2d49a8

Please sign in to comment.