Skip to content

Commit

Permalink
chore: remove chrono dependency from ic-agent, ic-identity-hsm (#281)
Browse files Browse the repository at this point in the history
This is because of a cargo audit failure with no safe upgrade available:
    https://rustsec.org/advisories/RUSTSEC-2020-0159

icx-asset, icx-cert, and zzz-release still depend on chrono
  • Loading branch information
ericswanson-dfinity authored Nov 8, 2021
1 parent 68fcd7d commit c5c2b1f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
35 changes: 31 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ring = { version = "0.16.11", features = ["std"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11.2"
serde_cbor = "0.11.2"
simple_asn1 = "0.5.4"
simple_asn1 = "0.6.0"
thiserror = "1.0.28"
url = "2.1.0"
webpki-roots = "0.21.1"
Expand Down
2 changes: 1 addition & 1 deletion ic-identity-hsm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ ic-agent = { path = "../ic-agent", version = "0.9", features = [ "pem" ] }
num-bigint = "0.4.1"
openssl = "0.10.30"
pkcs11 = "0.5.0"
simple_asn1 = "0.5.4"
simple_asn1 = "0.6.0"
thiserror = "1.0.20"

0 comments on commit c5c2b1f

Please sign in to comment.