Skip to content

Commit 50d974b

Browse files
chore(deps): bump num-bigint in the dependencies group
Bumps the dependencies group with 1 update: [num-bigint](https://github.com/rust-num/num-bigint). Updates `num-bigint` from 0.4.8 to 0.5.1 - [Changelog](https://github.com/rust-num/num-bigint/blob/main/RELEASES.md) - [Commits](rust-num/num-bigint@num-bigint-0.4.8...num-bigint-0.5.1) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1e431a commit 50d974b

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 2 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
@@ -36,7 +36,7 @@ include = [
3636
[dependencies]
3737
# All runtime deps are optional; see [features] below.
3838
# Must stay in sync with num-rational
39-
num-bigint = { version = "0.4.6", optional = true }
39+
num-bigint = { version = "0.5.1", optional = true }
4040
num-rational = { version = "0.4.2", features = [ "num-bigint-std" ], optional = true }
4141
num-traits = { version = "0.2.19", optional = true }
4242

0 commit comments

Comments
 (0)