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:
2
programs/bpf/Cargo.lock
generated
2
programs/bpf/Cargo.lock
generated
@@ -3181,7 +3181,6 @@ dependencies = [
|
||||
"bv",
|
||||
"bytemuck",
|
||||
"curve25519-dalek 3.2.0",
|
||||
"hex",
|
||||
"itertools 0.10.1",
|
||||
"lazy_static",
|
||||
"libsecp256k1 0.6.0",
|
||||
@@ -3336,7 +3335,6 @@ dependencies = [
|
||||
"ed25519-dalek",
|
||||
"ed25519-dalek-bip32",
|
||||
"generic-array 0.14.4",
|
||||
"hex",
|
||||
"hmac 0.11.0",
|
||||
"itertools 0.10.1",
|
||||
"lazy_static",
|
||||
|
Reference in New Issue
Block a user