From 1131a9ec3e24006ce51f843433446e6cf49208bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:55:37 +0000 Subject: [PATCH] Update num-bigint requirement from 0.4.2 to 0.5.1 Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version. - [Changelog](https://github.com/rust-num/num-bigint/blob/main/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.2...num-bigint-0.5.1) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 85b24cd6d..09651b852 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -73,7 +73,7 @@ uuid = { version = "1.3", default-features = false, optional = true } # Fixes for `minimal-versions` check. # TODO: Try remove on upgrade of `bigdecimal` crate. -num-bigint = { version = "0.4.2", optional = true } +num-bigint = { version = "0.5.1", optional = true } # TODO: Try remove on upgrade of `chrono-tz` crate. regex = { version = "1.6", features = ["std"], default-features = false, optional = true } # TODO: Try remove on upgrade of `bson` crate.