diff --git a/Cargo.toml b/Cargo.toml index b21a0a2..a652f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,10 @@ thiserror = "1.0.37" serde_json = "1.0.85" lazy_static = "1.4.0" -near-crypto = "0.19.0" -near-primitives = "0.19.0" -near-chain-configs = "0.19.0" -near-jsonrpc-primitives = "0.19.0" +near-crypto = "0.20.0" +near-primitives = "0.20.0" +near-chain-configs = "0.20.0" +near-jsonrpc-primitives = "0.20.0" [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }