From 408affb8532d4eca78299d19e8004041d1c9f9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:38:33 +0000 Subject: [PATCH] Bump uint from 0.9.5 to 0.10.0 Bumps [uint](https://github.com/paritytech/parity-common) from 0.9.5 to 0.10.0. - [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.9.5...uint-v0.10.0) --- updated-dependencies: - dependency-name: uint dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 389e2778ab..fa46708875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4656,7 +4656,7 @@ dependencies = [ "time", "tracing", "tracing-subscriber 0.3.19", - "uint 0.9.5", + "uint 0.10.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index acb55a004a..15e60f9e1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ toml = "0.8.19" tonic = "0.12" tracing = { version = "0.1.36", default-features = false } tracing-subscriber = "0.3.14" -uint = "0.9" +uint = "0.10" uuid = "1.10.5" [profile.release]