mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
chore(deps): update rust crate bs58 to 0.5.0 (#604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e41953b495
commit
3843da5cb9
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -114,7 +114,7 @@ name = "air-interpreter-signatures"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"air-interpreter-cid",
|
||||
"bs58 0.4.0",
|
||||
"bs58",
|
||||
"fluence-keypair",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -347,7 +347,7 @@ dependencies = [
|
||||
"atty",
|
||||
"avm-data-store",
|
||||
"avm-interface",
|
||||
"bs58 0.4.0",
|
||||
"bs58",
|
||||
"clap 4.3.10",
|
||||
"fluence-keypair",
|
||||
"itertools",
|
||||
@ -607,12 +607,6 @@ dependencies = [
|
||||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bs58"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
||||
|
||||
[[package]]
|
||||
name = "bs58"
|
||||
version = "0.5.0"
|
||||
@ -1540,7 +1534,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88a11e151e91cc9fa72a214f3161af570ea9d04d1943a3572f774cff539347fe"
|
||||
dependencies = [
|
||||
"asn1_der 0.6.3",
|
||||
"bs58 0.5.0",
|
||||
"bs58",
|
||||
"ed25519-dalek",
|
||||
"eyre",
|
||||
"lazy_static",
|
||||
@ -2007,7 +2001,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2874d9c6575f1d7a151022af5c42bb0ffdcdfbafe0a6fd039de870b384835a2"
|
||||
dependencies = [
|
||||
"asn1_der 0.7.6",
|
||||
"bs58 0.5.0",
|
||||
"bs58",
|
||||
"ed25519-dalek",
|
||||
"libsecp256k1",
|
||||
"log",
|
||||
|
@ -17,4 +17,4 @@ fluence-keypair = "0.10.1"
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
|
||||
bs58 = "0.4.0"
|
||||
bs58 = "0.5.0"
|
||||
|
@ -27,7 +27,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features =
|
||||
atty = "0.2.14"
|
||||
termcolor = "1.2.0"
|
||||
fluence-keypair = "0.10.1"
|
||||
bs58 = "0.4.0"
|
||||
bs58 = "0.5.0"
|
||||
zeroize = "1.6.0"
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user