summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-07-05 10:30:04 +0000
committerGitHub <noreply@github.com>2023-07-05 10:30:04 +0000
commit2947c00e4c97367314ecd9b49e5837af043626a5 (patch)
tree99de8e7597c6eef549bcbe9a6e203602bd5c31c1 /Cargo.lock
parent844eefe96199a84715e4fad62defdee328c0a108 (diff)
chore(deps): update rust crate bigdecimal to 0.4
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d7c6391deb..0a59473644 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -121,10 +121,11 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bigdecimal"
-version = "0.3.0"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
+checksum = "5274a6b6e0ee020148397245b973e30163b7bffbc6d473613f850cb99888581e"
dependencies = [
+ "libm",
"num-bigint",
"num-integer",
"num-traits",
@@ -1278,6 +1279,12 @@ dependencies = [
]
[[package]]
+name = "libm"
+version = "0.2.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
+
+[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"