From f1e2270f9c1e0924d9de567c258257ceee763584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:09:55 +0100 Subject: [PATCH] Bump num-integer from 0.1.45 to 0.1.46 (#3663) Bumps [num-integer](https://github.com/rust-num/num-integer) from 0.1.45 to 0.1.46. - [Changelog](https://github.com/rust-num/num-integer/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-integer/compare/num-integer-0.1.45...num-integer-0.1.46) --- updated-dependencies: - dependency-name: num-integer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- core/engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 324e07716b..8efd6a7652 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2319,11 +2319,10 @@ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 01c055a15c..dc9e9b3657 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -70,7 +70,7 @@ num-traits.workspace = true regress.workspace = true rustc-hash = { workspace = true, features = ["std"] } num-bigint = { workspace = true, features = ["serde"] } -num-integer = "0.1.45" +num-integer = "0.1.46" bitflags.workspace = true indexmap = { workspace = true, features = ["std"] } ryu-js = "1.0.0"