diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-28 07:33:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 07:33:57 +0000 |
commit | c92768c26ccf012848b5f5e6c1ae2d618cd025ec (patch) | |
tree | 53f25db1d6627acb1fba3a655b76ecf9b211a093 | |
parent | 971da040b542ab918b2c9954af6ccc6d68ba78c0 (diff) |
chore(deps): update rust crate bigdecimal to v0.4.6
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1715712ada..8cae8c701e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bigdecimal" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" +checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" dependencies = [ "autocfg", "libm", |