From a7eb1de5d01c3b69f1e599492f6704f54a933161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:55:25 +0000 Subject: [PATCH] build(deps): bump num-bigint from 0.2.6 to 0.4.6 Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.2.6 to 0.4.6. - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.2.6...num-bigint-0.4.6) --- updated-dependencies: - dependency-name: num-bigint dependency-version: 0.4.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- graph/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 024834690db..6532194b4c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2989,7 +2989,7 @@ dependencies = [ "diesel_derives", "downcast-rs", "itoa", - "num-bigint 0.2.6", + "num-bigint 0.4.6", "num-integer", "num-traits", "pq-sys", @@ -3927,7 +3927,7 @@ dependencies = [ "lazy_static", "lru_time_cache", "maplit", - "num-bigint 0.2.6", + "num-bigint 0.4.6", "num-integer", "num-traits", "object_store", @@ -5668,7 +5668,6 @@ dependencies = [ "autocfg", "num-integer", "num-traits", - "serde", ] [[package]] @@ -5679,6 +5678,7 @@ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", + "serde", ] [[package]] diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 4d306c33e3a..863e6f72c5c 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -38,7 +38,7 @@ futures01 = { package = "futures", version = "0.1.31" } lru_time_cache = "0.11" graphql-tools = { workspace = true } lazy_static = { workspace = true } -num-bigint = { version = "=0.2.6", features = ["serde"] } +num-bigint = { version = "=0.4.6", features = ["serde"] } num-integer = { version = "=0.1.46" } num-traits = "=0.2.19" rand.workspace = true