Skip to content

Commit

Permalink
fix: bump bigdecimal version to 0.4.5 (#15)
Browse files Browse the repository at this point in the history
# Rationale for this change
Our dependency, `bigdecimal`, restricted `num-bigint` version in 0.4.4,
leading to `num-bigint` downgrade to 0.3.3 which caused CI issues for
us. Since [the
issue](akubera/bigdecimal-rs#128) has been
resolved we need to bump our `bigdecimal` version to 0.4.5.
<!--
Why are you proposing this change? If this is already explained clearly
in the linked Jira ticket then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->

# What changes are included in this PR?
- Bump `bigdecimal` version to 0.4.5
<!--
There is no need to duplicate the description in the ticket here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->

# Are these changes tested?
Yes
<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->
  • Loading branch information
iajoiner authored Jun 18, 2024
1 parent 5c70a3d commit 596fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ arrayvec = { version = "0.7" }
arrow = { version = "45.0" }
arrow-csv = { version = "45.0" }
bit-iter = { version = "1.1.1" }
bigdecimal = { version = "0.4.3", features = ["serde"] }
bigdecimal = { version = "0.4.5", features = ["serde"] }
blake3 = { version = "1.3.3" }
blitzar = { version = "3.0.1" }
bumpalo = { version = "3.11.0" }
Expand Down

0 comments on commit 596fbd5

Please sign in to comment.