Skip to content

Commit 3776a11

Browse files
dependabot[bot]nihohit
authored andcommittedAug 1, 2024
Bump bigdecimal from 0.4.3 to 0.4.5
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.3 to 0.4.5. - [Release notes](https://github.com/akubera/bigdecimal-rs/releases) - [Commits](akubera/bigdecimal-rs@v0.4.3...v0.4.5) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 778af5b commit 3776a11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ serde_json = { version = "1.0.119", optional = true }
7979

8080
# Only needed for bignum Support
8181
rust_decimal = { version = "1.35.0", optional = true }
82-
bigdecimal = { version = "0.4.3", optional = true }
82+
bigdecimal = { version = "0.4.5", optional = true }
8383
num-bigint = "0.4.6"
8484

8585
# Optional aHash support

0 commit comments

Comments
 (0)