Skip to content

Commit

Permalink
Merge pull request #188 from gifnksm/dependabot/cargo/num-bigint-0.4.5
Browse files Browse the repository at this point in the history
Bump num-bigint from 0.4.4 to 0.4.5
  • Loading branch information
gifnksm authored May 8, 2024
2 parents 6ceddf5 + 1222350 commit 07e3ad7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ generic-matrix = "0.2.2"
getopts = "0.2.21"
glob = "0.3.1"
itertools = "0.12.1"
num-bigint = { version = "0.4.4", default-features = false }
num-bigint = { version = "0.4.5", default-features = false }
num-integer = "0.1.46"
num-iter = "0.1.44"
num-rational = { version = "0.4.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pkg/integer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ num-integer = "0.1.46"
num-traits = "0.2.18"

[dependencies.num-bigint]
version = "0.4.4"
version = "0.4.5"
optional = true
default-features = false
features = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion pkg/seq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ num-integer = "0.1.46"
num-traits = "0.2.18"

[dev-dependencies]
num-bigint = "0.4.4"
num-bigint = "0.4.5"

0 comments on commit 07e3ad7

Please sign in to comment.