From 0c26add46365d558aa88ef802c86e80655382b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 23:42:00 +0000 Subject: [PATCH] Bump num-traits from 0.2.18 to 0.2.19 Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.18 to 0.2.19. - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.18...num-traits-0.2.19) --- updated-dependencies: - dependency-name: num-traits dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- pkg/cont_frac/Cargo.toml | 2 +- pkg/integer/Cargo.toml | 2 +- pkg/prime/Cargo.toml | 2 +- pkg/seq/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1471d3b0..56f0954ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] diff --git a/Cargo.toml b/Cargo.toml index 9be55d5ae..4b293d738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ num-bigint = { version = "0.4.4", default-features = false } num-integer = "0.1.46" num-iter = "0.1.44" 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.199", features = ["derive"] } serde_json = "1.0.116" diff --git a/pkg/cont_frac/Cargo.toml b/pkg/cont_frac/Cargo.toml index 77add777f..bc48f132f 100644 --- a/pkg/cont_frac/Cargo.toml +++ b/pkg/cont_frac/Cargo.toml @@ -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" diff --git a/pkg/integer/Cargo.toml b/pkg/integer/Cargo.toml index 3f163d4ad..c5934604d 100644 --- a/pkg/integer/Cargo.toml +++ b/pkg/integer/Cargo.toml @@ -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.4" diff --git a/pkg/prime/Cargo.toml b/pkg/prime/Cargo.toml index 3f60a0786..1b0073632 100644 --- a/pkg/prime/Cargo.toml +++ b/pkg/prime/Cargo.toml @@ -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" diff --git a/pkg/seq/Cargo.toml b/pkg/seq/Cargo.toml index c26d1f523..2ff6cd435 100644 --- a/pkg/seq/Cargo.toml +++ b/pkg/seq/Cargo.toml @@ -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.4"