Skip to content

Commit 00b4f48

Browse files
chore(deps): bump rust_decimal from 1.40.0 to 1.41.0 (#316)
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.40.0 to 1.41.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.40.0...1.41.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9006d82 commit 00b4f48

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ datafusion = { version = "52" }
2121
futures = "0.3"
2222
pgwire = { version = "0.38", default-features = false }
2323
postgres-types = "0.2"
24-
rust_decimal = { version = "1.40", features = ["db-postgres"] }
24+
rust_decimal = { version = "1.41", features = ["db-postgres"] }
2525
tokio = { version = "1", default-features = false }
2626

2727
[profile.release]

0 commit comments

Comments
 (0)