Skip to content

Commit

Permalink
chore(deps): bump rust_decimal_macros from 1.26.1 to 1.27.0
Browse files Browse the repository at this point in the history
Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.26.1 to 1.27.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/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2023
1 parent 633fd27 commit 40f40d0
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 @@ -23,7 +23,7 @@ log = "0.4.17"
jsonwebtoken = "8"
csv = "1.1.6"
rust_decimal = "1.27.0"
rust_decimal_macros = "1.20"
rust_decimal_macros = "1.27"
thiserror = "1.0.37"
actix-web = "4.2.1"
tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 40f40d0

Please sign in to comment.