chore(deps): update near-sdk (#772)

This commit is contained in:
Mike Voronov 2023-12-18 19:45:07 +03:00 committed by GitHub
parent 0a8827bb3c
commit f90e7d48a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1739 additions and 733 deletions

2468
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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 }