From 4a5d1cc95d2459a5ced9d514de24725e9f3d12bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= <26653921+dj8yfo@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:34:58 +0200 Subject: [PATCH] chore: update near-cli-rs to 0.18.0 (#293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dj8yf0μl --- Cargo.lock | 4 ++-- cargo-near/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 392fae36..461e2c83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,9 +2695,9 @@ dependencies = [ [[package]] name = "near-cli-rs" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f85651950010529886d21ed22d8a196c81e7d8aac1a4c7c713797d9e1be1313c" +checksum = "48ce036351c4b4e8cb48838d425f7c553956e536b602db5c4c3a273fee48227f" dependencies = [ "bip39", "bs58 0.5.1", diff --git a/cargo-near/Cargo.toml b/cargo-near/Cargo.toml index f59a88f9..7d03ab0f 100644 --- a/cargo-near/Cargo.toml +++ b/cargo-near/Cargo.toml @@ -39,7 +39,7 @@ names = { version = "0.14.0", default-features = false } derive_more = "0.99.9" shell-words = "1.0.0" interactive-clap = "0.3.1" -near-cli-rs = { version = "0.17.0", default-features = false } +near-cli-rs = { version = "0.18.0", default-features = false } reqwest = "0.12.5" indicatif = "0.17.8" indenter = "0.3"