Skip to content

Commit e294b1f

Browse files
chore(deps): bump rust_decimal from 1.37.0 to 1.37.1 (#15378)
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.37.0 to 1.37.1. - [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.0...1.37.1) --- updated-dependencies: - dependency-name: rust_decimal 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 d68fca9 commit e294b1f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -52,7 +52,7 @@ log = { workspace = true }
5252
object_store = { workspace = true }
5353
postgres-protocol = { version = "0.6.7", optional = true }
5454
postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"], optional = true }
55-
rust_decimal = { version = "1.37.0", features = ["tokio-pg"] }
55+
rust_decimal = { version = "1.37.1", features = ["tokio-pg"] }
5656
# When updating the following dependency verify that sqlite test file regeneration works correctly
5757
# by running the regenerate_sqlite_files.sh script.
5858
sqllogictest = "0.28.0"

0 commit comments

Comments
 (0)