From 81aa836c7b4587fa399c34e0712a7b3460179e6d Mon Sep 17 00:00:00 2001 From: Artur Yurii Korchynskyi <42449190+akorchyn@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:19:33 +0200 Subject: [PATCH] chore!: updates near-* dependencies to 0.27 release (#161) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d86cd5..329b1f2 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.22,<0.27" -near-primitives = ">0.22,<0.27" -near-chain-configs = ">0.22,<0.27" -near-jsonrpc-primitives = ">0.22,<0.27" +near-crypto = ">0.22,<0.28" +near-primitives = ">0.22,<0.28" +near-chain-configs = ">0.22,<0.28" +near-jsonrpc-primitives = ">0.22,<0.28" [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }