Skip to content

Commit 131e1b9

Browse files
Bump bigdecimal from 0.4.5 to 0.4.6 (#638)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee4e2ec commit 131e1b9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native-engine/datafusion-ext-commons/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ arrow-schema = { workspace = true }
1313
async-trait = "0.1.83"
1414
bitvec = "1.0.1"
1515
blaze-jni-bridge = { workspace = true }
16-
bigdecimal = "0.4.5"
16+
bigdecimal = "0.4.6"
1717
byteorder = "1.5.0"
1818
bytes = "1.8.0"
1919
datafusion = { workspace = true }

native-engine/datafusion-ext-exprs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "1"
88
arrow = { workspace = true }
99
async-trait = "0.1.83"
1010
blaze-jni-bridge = { workspace = true }
11-
bigdecimal = "0.4.5"
11+
bigdecimal = "0.4.6"
1212
datafusion = { workspace = true }
1313
datafusion-ext-commons = { workspace = true }
1414
itertools = "0.13.0"

native-engine/datafusion-ext-functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "1"
88
arrow = { workspace = true }
99
async-trait = "0.1.83"
1010
blaze-jni-bridge = { workspace = true }
11-
bigdecimal = "0.4.5"
11+
bigdecimal = "0.4.6"
1212
datafusion = { workspace = true }
1313
datafusion-ext-commons = { workspace = true }
1414
itertools = "0.13.0"

0 commit comments

Comments
 (0)