Swap 'base58' with 'bs58' (#13739)

* Swap base58 with bs58

* Removed unused clone

* std flag
This commit is contained in:
Davide Galassi
2023-03-29 15:46:05 +02:00
committed by GitHub
parent 86d638d08f
commit c32b240df0
3 changed files with 7 additions and 21 deletions
+1 -7
View File
@@ -490,12 +490,6 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
[[package]]
name = "base58"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
[[package]]
name = "base64"
version = "0.13.1"
@@ -10357,10 +10351,10 @@ name = "sp-core"
version = "7.0.0"
dependencies = [
"array-bytes",
"base58",
"bitflags",
"blake2",
"bounded-collections",
"bs58",
"criterion",
"dyn-clonable",
"ed25519-zebra",