From 427b0238a2a0054db83a26af53bc29c64529724e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:59:03 +0000 Subject: [PATCH] chore(deps): bump binance-sdk from 25.0.0 to 27.0.0 Bumps [binance-sdk](https://github.com/binance/binance-connector-rust) from 25.0.0 to 27.0.0. - [Changelog](https://github.com/binance/binance-connector-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/binance/binance-connector-rust/commits) --- updated-dependencies: - dependency-name: binance-sdk dependency-version: 27.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4732487ea..77b6dd259 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,9 +1696,9 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binance-sdk" -version = "25.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec29a68967530031ab9e18895a55cf16795dbed479cdeb7f6adf8baad48e89d7" +checksum = "c5a52a33f660183e79ee48f0547215ee0ea7da731cda259a81e859c1af2eaa6d" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8c3078ba3..1ef7906fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ resend-rs = { version = "0.16.0", default-features = false, features = [ num-traits = "0.2" num-bigint = "0.4" ruint = { version = "1.17.0", features = ["bigdecimal"] } -binance-sdk = { version = "25", features = ["wallet"] } +binance-sdk = { version = "27", features = ["wallet"] } rust_decimal = "1" strum = "0.27" strum_macros = "0.27"