Skip to content

Commit 47462ed

Browse files
chore(deps): bump rust_decimal from 1.37.2 to 1.38.0 (apache#17564)
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.37.2 to 1.38.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.37.2...1.38.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.38.0 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>
1 parent e2c2d38 commit 47462ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ log = { workspace = true }
5454
object_store = { workspace = true }
5555
postgres-protocol = { version = "0.6.7", optional = true }
5656
postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"], optional = true }
57-
rust_decimal = { version = "1.37.2", features = ["tokio-pg"] }
57+
rust_decimal = { version = "1.38.0", features = ["tokio-pg"] }
5858
# When updating the following dependency verify that sqlite test file regeneration works correctly
5959
# by running the regenerate_sqlite_files.sh script.
6060
sqllogictest = "0.28.4"

0 commit comments

Comments
 (0)