From ff08f1992fe020c1e05885133bb391f91e625e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:24:18 +0000 Subject: [PATCH] Update num-bigint requirement from 0.4.2 to 0.5.0 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/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.4.2...num-bigint-0.5.0) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.5.0 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 3fe84e110..eef124b5d 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.0", 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.