Skip to content

Commit

Permalink
Merge pull request #185 from gifnksm/dependabot/cargo/num-traits-0.2.19
Browse files Browse the repository at this point in the history
Bump num-traits from 0.2.18 to 0.2.19
  • Loading branch information
gifnksm authored May 8, 2024
2 parents f5b5651 + 0c26add commit 1fd1a67
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.5", default-features = false }
num-integer = "0.1.46"
num-iter = "0.1.45"
num-rational = { version = "0.4.1", default-features = false }
num-traits = "0.2.18"
num-traits = "0.2.19"
polynomial = "0.2.6"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
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.46"
num-traits = "0.2.18"
num-traits = "0.2.19"

[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.46"
num-traits = "0.2.18"
num-traits = "0.2.19"

[dependencies.num-bigint]
version = "0.4.5"
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.46"
num-traits = "0.2.18"
num-traits = "0.2.19"

[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.46"
num-traits = "0.2.18"
num-traits = "0.2.19"

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

0 comments on commit 1fd1a67

Please sign in to comment.