Skip to content

Commit

Permalink
Merge pull request #286 from flavio/chrono-disable-default-features
Browse files Browse the repository at this point in the history
chore(deps): do not enable default features of chrono
  • Loading branch information
flavio authored Jul 31, 2023
2 parents e23046c + b7be13e commit 26df303
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 @@ -71,7 +71,7 @@ async-trait = "0.1.52"
base64 = "0.21.0"
cached = { version = "0.44.0", optional = true }
cfg-if = "1.0.0"
chrono = { version = "0.4.23" }
chrono = { version = "0.4.23", default-features = false }
const-oid = "0.9.1"
digest = { version = "0.10.3", default-features = false }
ecdsa = { version = "0.16.7", features = ["pkcs8", "digest", "der", "signing"] }
Expand Down

0 comments on commit 26df303

Please sign in to comment.