build(deps): bump rust_decimal_macros from 1.28.1 to 1.29.0

Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.28.1 to 1.29.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.28.1...1.29.0)

---
updated-dependencies:
- dependency-name: rust_decimal_macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1323/head
dependabot[bot] 1 year ago committed by GitHub
parent 4520c1f87c
commit 0d70cd8d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated

@ -3290,9 +3290,9 @@ dependencies = [
[[package]]
name = "rust_decimal"
version = "1.28.1"
version = "1.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13cf35f7140155d02ba4ec3294373d513a3c7baa8364c162b030e33c61520a8"
checksum = "2b1b21b8760b0ef8ae5b43d40913ff711a2053cb7ff892a34facff7a6365375a"
dependencies = [
"arrayvec",
"borsh",
@ -3308,9 +3308,9 @@ dependencies = [
[[package]]
name = "rust_decimal_macros"
version = "1.28.1"
version = "1.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f79c1532c5088b44236d74c7dd9d80a1c57a433e02694fced7b5a670dc562ce5"
checksum = "7f4709403426683ccd5e1ef02b24a2468fe87f8df8a2a792743bb369d7656efa"
dependencies = [
"quote",
"rust_decimal",

Loading…
Cancel
Save