Skip to content

Commit

Permalink
Bump bigdecimal from 0.4.5 to 0.4.6 (#638)
Browse files Browse the repository at this point in the history
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.5 to 0.4.6.
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
- [Commits](akubera/bigdecimal-rs@v0.4.5...v0.4.6)

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

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 Nov 1, 2024
1 parent ee4e2ec commit 131e1b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ arrow-schema = { workspace = true }
async-trait = "0.1.83"
bitvec = "1.0.1"
blaze-jni-bridge = { workspace = true }
bigdecimal = "0.4.5"
bigdecimal = "0.4.6"
byteorder = "1.5.0"
bytes = "1.8.0"
datafusion = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-exprs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resolver = "1"
arrow = { workspace = true }
async-trait = "0.1.83"
blaze-jni-bridge = { workspace = true }
bigdecimal = "0.4.5"
bigdecimal = "0.4.6"
datafusion = { workspace = true }
datafusion-ext-commons = { workspace = true }
itertools = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resolver = "1"
arrow = { workspace = true }
async-trait = "0.1.83"
blaze-jni-bridge = { workspace = true }
bigdecimal = "0.4.5"
bigdecimal = "0.4.6"
datafusion = { workspace = true }
datafusion-ext-commons = { workspace = true }
itertools = "0.13.0"
Expand Down

0 comments on commit 131e1b9

Please sign in to comment.