From 6c0aa2ad89259eb751ef90f91e8f5a4bff3e71bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:22:26 +0000 Subject: [PATCH] Bump parse_int from 0.6.0 to 0.9.0 Bumps [parse_int](https://gitlab.com/dns2utf8/parse_int) from 0.6.0 to 0.9.0. - [Changelog](https://gitlab.com/dns2utf8/parse_int/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/dns2utf8/parse_int/commits/0.9.0) --- updated-dependencies: - dependency-name: parse_int dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76d7bce..931b8f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -741,7 +741,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -1964,9 +1964,9 @@ dependencies = [ [[package]] name = "parse_int" -version = "0.6.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d695b79916a2c08bcff7be7647ab60d1402885265005a6658ffe6d763553c5a" +checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31" dependencies = [ "num-traits", ] @@ -2434,7 +2434,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -3036,7 +3036,7 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a43bddab41f8626c7bdaab872bbba75f8df5847b516d77c569c746e2ae5eb746" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 22c78e6..422960a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ nix = { version = "0.27.1", features = ["net"] } omicron-zone-package = "0.12.0" once_cell = "1.21.3" paste = "1.0.15" -parse_int = "0.6" +parse_int = "0.9" rand = "0.9.2" serde = { version = "1.0", default-features = false, features = ["derive"] } serde-big-array = "0.5.1"