summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-01 02:12:30 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2023-08-21 16:43:04 +0200
commit9b171908e74672c5e6b86af292b4b1dd5bda644e (patch)
tree8280fffa806f1dc028c4610c9d3410081b31e3e2
parent0f91d0c20e3646dd027682dddf04bbdd4688901c (diff)
Bump rust_decimal from 1.30.0 to 1.31.0
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.30.0 to 1.31.0. - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](https://github.com/paupino/rust-decimal/compare/1.30.0...1.31.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3afe671..885fe81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1043,13 +1043,12 @@ dependencies = [
[[package]]
name = "rust_decimal"
-version = "1.30.0"
+version = "1.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0446843641c69436765a35a5a77088e28c2e6a12da93e84aa3ab1cd4aa5a042"
+checksum = "4a2ab0025103a60ecaaf3abf24db1db240a4e1c15837090d2c32f625ac98abea"
dependencies = [
"arrayvec",
"borsh",
- "bytecheck",
"byteorder",
"bytes",
"num-traits",
diff --git a/Cargo.toml b/Cargo.toml
index 21efe4b..bfd5342 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ atty = "0.2"
csv = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-rust_decimal = "1.26"
+rust_decimal = "1.31"
rand = "0.8"
shell-words = "1.0"
thiserror = "1.0"