From 23c9a2fd34875f7db0da783dd7c42c1f6c8179c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:27:13 +0000 Subject: [PATCH] Update num-bigint requirement in /game-library-service 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.6...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] --- game-library-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-library-service/Cargo.toml b/game-library-service/Cargo.toml index c3869f1..a38292b 100644 --- a/game-library-service/Cargo.toml +++ b/game-library-service/Cargo.toml @@ -25,7 +25,7 @@ infer = "0.19" itertools = "0.14" jsonwebtoken = { version = "10", default-features = false, features = ["aws_lc_rs"] } mime = "0.3" -num-bigint = "0.4.6" +num-bigint = "0.5.1" regex = "1" rust-s3 = "0.37" semver = "1"