[sdk] Remove unused dependency

This commit is contained in:
Caio 2021-11-28 09:47:12 -03:00 committed by Michael Vines
parent 3c8b33eaef
commit d1d7182365
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ borsh = "0.9.0"
base64 = "0.13"
bs58 = "0.4.0"
byteorder = { version = "1.4.3", optional = true }
chrono = { version = "0.4", optional = true }
chrono = { default-features = false, features = ["alloc"], version = "0.4", optional = true }
curve25519-dalek = { version = "3.2.0", optional = true }
derivation-path = { version = "0.1.3", default-features = false }
digest = { version = "0.9.0", optional = true }