Skip to content

Commit

Permalink
chore(deps): bump rust_decimal from 1.26.1 to 1.27.0 (#58)
Browse files Browse the repository at this point in the history
Bumps [rust_decimal](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
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2022
1 parent 2efccd5 commit bd56efe
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 4 deletions.
169 changes: 166 additions & 3 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 @@ -22,7 +22,7 @@ url = { version = "2.3.1", features = ["serde"] }
log = "0.4.17"
jsonwebtoken = "8"
csv = "1.1.6"
rust_decimal = "1.26.1"
rust_decimal = "1.27.0"
rust_decimal_macros = "1.20"
thiserror = "1.0.37"
actix-web = "4.2.1"
Expand Down

0 comments on commit bd56efe

Please sign in to comment.