Skip to content

Commit

Permalink
Bump bigdecimal from 0.3.1 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.3.1 to 0.4.1.
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
- [Commits](akubera/bigdecimal-rs@v0.3.1...v0.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent c381eb0 commit 04f7315
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 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 @@ -9,7 +9,7 @@ rust-version = "1.70.0"
[dependencies]
base64 = "0.21.2"
base64-url = "2.0.0"
bigdecimal = { version = "0.3.1", features = ["serde"] }
bigdecimal = { version = "0.4.1", features = ["serde"] }
chrono = { version = "0.4.26", features = ["serde"] }
diesel = { version = "2.1.0", features = [
"postgres",
Expand Down

0 comments on commit 04f7315

Please sign in to comment.