Skip to content

Commit

Permalink
Remove chrono dependency (#512)
Browse files Browse the repository at this point in the history
It's no longer used as of #495
  • Loading branch information
tony-iqlusion authored Aug 15, 2023
1 parent 363648b commit 9932d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 158 deletions.
157 changes: 1 addition & 156 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ members = [".", "cli"]
x509-cert = { version = "0.2.3", features = [ "builder", "hazmat" ] }

[dependencies]
chrono = "0.4.23"
der = "0.7.1"
des = "0.8"
elliptic-curve = "0.13"
Expand All @@ -44,7 +43,7 @@ rsa = { version = "0.9.2", features = ["sha2"] }
secrecy = "0.8"
sha1 = { version = "0.10", features = ["oid"] }
sha2 = { version = "0.10", features = ["oid"] }
signature = "2.0.0"
signature = "2"
subtle = "2"
uuid = { version = "1.2", features = ["v4"] }
x509-cert.workspace = true
Expand Down

0 comments on commit 9932d05

Please sign in to comment.