Skip to content

Commit

Permalink
Unpin time dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 28, 2023
1 parent 590cc61 commit ad95963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ required-features = ["pem"]
yasna = { version = "0.5.2", features = ["time", "std"] }
ring = "0.16"
pem = { version = "3.0.2", optional = true }
time = { version = ">=0.3.6, <=0.3.23", default-features = false }
time = { version = "0.3.6", default-features = false }
x509-parser = { version = "0.15", features = ["verify"], optional = true }
zeroize = { version = "1.2", optional = true }

Expand Down

0 comments on commit ad95963

Please sign in to comment.