From 1e49c460cb7e0bed01191f3cdc3332da0a4b474c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:05:49 +0000 Subject: [PATCH] Bump bigdecimal from 0.4.8 to 0.4.9 Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.8 to 0.4.9. - [Release notes](https://github.com/akubera/bigdecimal-rs/releases) - [Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.4.8...v0.4.9) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 0.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wasm-host-simulator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce7dac86..c8547aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "bigdecimal" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013" +checksum = "560f42649de9fa436b73517378a147ec21f6c997a546581df4b4b31677828934" dependencies = [ "autocfg", "libm", diff --git a/wasm-host-simulator/Cargo.toml b/wasm-host-simulator/Cargo.toml index f76be766..9b8f7af5 100644 --- a/wasm-host-simulator/Cargo.toml +++ b/wasm-host-simulator/Cargo.toml @@ -14,7 +14,7 @@ xrpl-rust = { version = "1.0.0", default-features = false, features = ["core"] } hex = "0.4.3" lazy_static = "1.5.0" wamr-rust-sdk = { git = "https://github.com/ripple/wamr-rust-sdk.git"} -bigdecimal = {version = "0.4.8", features = ["serde-json"]} +bigdecimal = {version = "0.4.9", features = ["serde-json"]} num-traits = "0.2.19" num-derive = "0.4.2" xrpld-number = { path = "xrpld-number" }