Skip to content

Commit

Permalink
build(deps): bump rust_decimal_macros from 1.35.0 to 1.36.0
Browse files Browse the repository at this point in the history
Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.35.0 to 1.36.0.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.35.0...1.36.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>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 80a87a3 commit c01bf20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static-files = "0.2.1"
lazy_static = "1.4.0"
serde = { version = "1.0.208", features = ["derive"] }
rust_decimal = { version = "1.35" }
rust_decimal_macros = "1.35"
rust_decimal_macros = "1.36"
xml = "0.8.10"
zip = { version = "2.1.6" }
reqwest = "0.12.5"
Expand Down

0 comments on commit c01bf20

Please sign in to comment.