chore(deps): bump rust_decimal from 1.40.0 to 1.41.0 - #359
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump rust_decimal from 1.40.0 to 1.41.0#359dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
dependabot
Bot
force-pushed
the
dependabot/cargo/rust_decimal-1.41.0
branch
from
April 10, 2026 22:29
ce78176 to
731adc6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rust_decimal from 1.40.0 to 1.41.0.
Release notes
Sourced from rust_decimal's releases.
Commits
b06790ev1.41.0 (#788)a771f22fix: scientific formatting of 0 (#785)5c3242aFixes incorrect zero value in postgresql (#783)f9cf00eFixes scientific fallback with serde-with-arbitrary-precision (#782)d616438Add optional bytemuck support (#674)5345e16Add Decimal::as_i128() and Decimal::as_f64() infallible conversions (#726)6e4bff9Add lightweight wasm support torust-decimal(#650)683167aRemove unnecessary Github workflow steps (#779)eb3aeb7Remove std requirement from rand tests (#778)f48f049Widen mathematical operations to retain precision as long as possible during ...