Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Updates the requirements on near-cli-rs to permit the latest version.

Release notes

Sourced from near-cli-rs's releases.

0.23.5 - 2026-01-01

Release Notes

Fixed

  • Fixed testnet-lava RPC URL (#542)

Install near-cli-rs 0.23.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.23.5/near-cli-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/near-cli-rs/releases/download/v0.23.5/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.23.5

File Platform Checksum
near-cli-rs-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
near-cli-rs-x86_64-apple-darwin.tar.gz Intel macOS checksum
near-cli-rs-aarch64-pc-windows-msvc.tar.gz ARM64 Windows checksum
near-cli-rs-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
near-cli-rs-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
near-cli-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
near-cli-rs-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
Changelog

Sourced from near-cli-rs's changelog.

0.23.5 - 2026-01-01

Fixed

  • Fixed testnet-lava RPC URL (#542)

0.23.4 - 2026-01-01

Other

  • Upgraded dependencies to the latest major dependencies (#540)

0.23.3 - 2025-12-31

Fixed

  • Improved messages for interactive and teach-me modes (#531)
  • Improved clarity and consistency of interactive prompts (#538)

0.23.2 - 2025-12-19

Added

  • New commands for getting and adding MPC-derived access key to account (account -> get-public-key -> from-mpc, account -> add-key -> use-mpc-contract) (#535)

0.23.1 - 2025-12-17

Fixed

  • deploy as global (#530)

0.23.0 - 2025-12-11

Added

  • Updated user interface for interactive mode (#524)
  • Added support for reconstructing transaction with global contracts deploy or use actions (#521)
  • Sign transactions with MPC from a different account or even through a DAO proposal (#520)
  • Enabled aarch64 Windows binary builds (upgraded cargo-dist to 0.29.0) (#518)
  • introduce tests (#522)

Fixed

  • Fixed a flaky test (block hash can be 43 or 44 characters long when base58-encoded) (#529)

Other

  • bump near-* dependencies to 0.34 (nearcore release 2.10) (#528)
  • changed default rpc to archival fastnear (#527)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [near-cli-rs](https://github.com/near/near-cli-rs) to permit the latest version.
- [Release notes](https://github.com/near/near-cli-rs/releases)
- [Changelog](https://github.com/near/near-cli-rs/blob/main/CHANGELOG.md)
- [Commits](near/near-cli-rs@v0.22.0...v0.23.5)

---
updated-dependencies:
- dependency-name: near-cli-rs
  dependency-version: 0.23.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 5, 2026
@dependabot dependabot bot requested a review from artob as a code owner January 5, 2026 00:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 5, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ CI failed

Platform Name Status Details
All Formatting Details
Linux Build binaries Details
Linux Build tests Details
Linux Run tests Details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant