Skip to content

Commit fc44ff2

Browse files
dependabot-preview[bot]Pratyush
authored andcommitted
Update num-bigint requirement from 0.3 to 0.4
Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version. - [Release notes](https://github.com/rust-num/num-bigint/releases) - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](rust-num/num-bigint@num-bigint-0.3.0...num-bigint-0.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a1e7215 commit fc44ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features
2626

2727
derivative = { version = "2", features = ["use_core"] }
2828
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] }
29-
num-bigint = {version = "0.3", default-features = false }
29+
num-bigint = {version = "0.4", default-features = false }
3030
num-traits = {version = "0.2", default-features = false }
3131

3232
[dev-dependencies]

0 commit comments

Comments
 (0)