mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
chore(deps): update near-sdk (#772)
This commit is contained in:
parent
0a8827bb3c
commit
f90e7d48a2
2468
Cargo.lock
generated
2468
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,9 @@ bs58 = "0.5.0"
|
|||||||
zeroize = "1.6.0"
|
zeroize = "1.6.0"
|
||||||
|
|
||||||
# near
|
# near
|
||||||
near-sdk = { version = "4.1.1", optional = true }
|
# alpha version is used because older versions depend on
|
||||||
|
# the parity-secp256k1 crate which is yanked
|
||||||
|
near-sdk = { version = "5.0.0-alpha.1", optional = true }
|
||||||
tokio = { version = "1", features = ["rt"], optional = true }
|
tokio = { version = "1", features = ["rt"], optional = true }
|
||||||
workspaces = { version = "0.7.0", optional = true }
|
workspaces = { version = "0.7.0", optional = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user