Skip to content

Commit eb39d17

Browse files
chore(deps): update num-bigint requirement from 0.4 to 0.5
Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version. - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](rust-num/num-bigint@num-bigint-0.4.0...num-bigint-0.5.0) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c65d014 commit eb39d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Anshul Malik <malikanshul29@gmail.com>"]
77
[dependencies]
88
nalgebra = "0.34.0"
99
ndarray = "0.17.2"
10-
num-bigint = { version = "0.4", optional = true }
10+
num-bigint = { version = "0.5", optional = true }
1111
num-traits = { version = "0.2", optional = true }
1212
rand = "0.10.1"
1313

0 commit comments

Comments
 (0)