Remove dependency on hex
(#21567)
* Remove dependency on `hex` * Update lock file * Use `debug_struct` instead of own format * Share code, add test, and fix rent_epoch spelling Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
@@ -18,8 +18,7 @@ borsh-derive = "0.9.1"
|
||||
bs58 = "0.4.0"
|
||||
bytemuck = { version = "1.7.2", features = ["derive"] }
|
||||
bv = { version = "0.11.1", features = ["serde"] }
|
||||
hex = "0.4.2"
|
||||
itertools = "0.10.1"
|
||||
itertools = "0.10.1"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4.14"
|
||||
num-derive = "0.3"
|
||||
|
Reference in New Issue
Block a user