Skip to content

Commit

Permalink
Bump rust_decimal from 1.28.1 to 1.32.0 (#2042)
Browse files Browse the repository at this point in the history
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.28.1 to 1.32.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.28.1...1.32.0)

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

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 Sep 16, 2023
1 parent 5335286 commit 58bc64c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 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 dozer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
chrono = { version = "0.4.23", features = ["serde"] }
serde = { version = "1.0.152", features = ["derive", "rc"] }
serde_json = { version = "1.0.93", features = ["std"] }
rust_decimal = { version = "1.28", features = ["serde-str", "db-postgres"] }
rust_decimal = { version = "1.32", features = ["serde-str", "db-postgres"] }
bincode = "1.3.3"
ahash = "0.8.3"
thiserror = "1.0.48"
Expand Down

0 comments on commit 58bc64c

Please sign in to comment.