Skip to content

Commit

Permalink
Merge pull request #143 from gifnksm/dependabot/cargo/num-traits-0.2.17
Browse files Browse the repository at this point in the history
Bump num-traits from 0.2.16 to 0.2.17
  • Loading branch information
gifnksm authored Oct 10, 2023
2 parents b6e2f69 + cd3ff2d commit 25d1a57
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 @@ -25,7 +25,7 @@ num-bigint = { version = "0.4.4", default-features = false }
num-integer = "0.1.45"
num-iter = "0.1.43"
num-rational = { version = "0.4.1", default-features = false }
num-traits = "0.2.16"
num-traits = "0.2.17"
polynomial = "0.2.6"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cont_frac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
num-integer = "0.1.45"
num-traits = "0.2.16"
num-traits = "0.2.17"

[dependencies.integer]
path = "../integer"
2 changes: 1 addition & 1 deletion pkg/integer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
num-integer = "0.1.45"
num-traits = "0.2.16"
num-traits = "0.2.17"

[dependencies.num-bigint]
version = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion pkg/prime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ harness = false

[dependencies]
num-integer = "0.1.45"
num-traits = "0.2.16"
num-traits = "0.2.17"

[dev-dependencies]
criterion = "0.5.1"
2 changes: 1 addition & 1 deletion pkg/seq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
num-integer = "0.1.45"
num-traits = "0.2.16"
num-traits = "0.2.17"

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

0 comments on commit 25d1a57

Please sign in to comment.