chore(deps): bump rust_decimal from 1.24.0 to 1.25.0 (#1375)
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md) - [Commits](https://github.com/paupino/rust-decimal/compare/1.24.0...1.25.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
974441e905
commit
2f6197739e
|
@ -3159,9 +3159,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rust_decimal"
|
||||
version = "1.24.0"
|
||||
version = "1.25.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e2ee7337df68898256ad0d4af4aad178210d9e44d2ff900ce44064a97cd86530"
|
||||
checksum = "34a3bb58e85333f1ab191bf979104b586ebd77475bc6681882825f4532dfe87c"
|
||||
dependencies = [
|
||||
"arrayvec 0.7.2",
|
||||
"num-traits",
|
||||
|
|
|
@ -40,7 +40,7 @@ cargo_metadata = { version = "0.14.2", optional = true }
|
|||
convert_case = { version = "0.5.0", optional = true }
|
||||
syn = { version = "1.0.96", optional = true }
|
||||
proc-macro2 = { version = "1.0.39", optional = true }
|
||||
rust_decimal = "1.23.1"
|
||||
rust_decimal = "1.25.0"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { version = "1.0.64", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue