Skip to content

Commit 324a271

Browse files
chore(deps): bump rust_decimal from 1.37.1 to 1.37.2 (#16422)
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.37.1 to 1.37.2. - [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.1...1.37.2) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.37.2 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>
1 parent 24f1bb5 commit 324a271

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.1", features = ["tokio-pg"] }
57+
rust_decimal = { version = "1.37.2", 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.3"

0 commit comments

Comments
 (0)