From 2a06dc1a531b884ada05b91737b747099cfba1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 19:25:50 +0000 Subject: [PATCH] Bump io-extras from 0.18.4 to 0.19.0 Bumps [io-extras](https://github.com/sunfishcode/io-extras) from 0.18.4 to 0.19.0. - [Commits](https://github.com/sunfishcode/io-extras/compare/v0.18.4...v0.19.0) --- updated-dependencies: - dependency-name: io-extras dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 +++++++++++++++++++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f1f7f6..5e15897 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,7 +803,7 @@ checksum = "d5528f85b1e134ae811704e41ef80930f56e795923f866813255bc342cc20654" dependencies = [ "cap-primitives", "cap-std", - "io-lifetimes", + "io-lifetimes 2.0.4", "windows-sys 0.59.0", ] @@ -827,8 +827,8 @@ checksum = "b6cf3aea8a5081171859ef57bc1606b1df6999df4f1110f8eef68b30098d1d3a" dependencies = [ "ambient-authority", "fs-set-times", - "io-extras", - "io-lifetimes", + "io-extras 0.18.4", + "io-lifetimes 2.0.4", "ipnet", "maybe-owned", "rustix 1.1.4", @@ -854,8 +854,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6dc3090992a735d23219de5c204927163d922f42f575a0189b005c62d37549a" dependencies = [ "cap-primitives", - "io-extras", - "io-lifetimes", + "io-extras 0.18.4", + "io-lifetimes 2.0.4", "rustix 1.1.4", ] @@ -2226,7 +2226,7 @@ version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a" dependencies = [ - "io-lifetimes", + "io-lifetimes 2.0.4", "rustix 1.1.4", "windows-sys 0.59.0", ] @@ -3300,16 +3300,32 @@ version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65" dependencies = [ - "io-lifetimes", + "io-lifetimes 2.0.4", "windows-sys 0.59.0", ] +[[package]] +name = "io-extras" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20fd6de4ccfcc187e38bc21cfa543cb5a302cb86a8b114eb7f0bf0dc9f8ac00f" +dependencies = [ + "io-lifetimes 3.0.1", + "windows-sys 0.60.2", +] + [[package]] name = "io-lifetimes" version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983" +[[package]] +name = "io-lifetimes" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f0fb0570afe1fed943c5c3d4102d5358592d8625fda6a0007fdbe65a92fba96" + [[package]] name = "ipnet" version = "2.12.0" @@ -6294,7 +6310,7 @@ dependencies = [ "cap-fs-ext", "cap-std", "fd-lock", - "io-lifetimes", + "io-lifetimes 2.0.4", "rustix 0.38.44", "windows-sys 0.59.0", "winx", @@ -7102,8 +7118,8 @@ dependencies = [ "cap-std", "cap-time-ext", "fs-set-times", - "io-extras", - "io-lifetimes", + "io-extras 0.18.4", + "io-lifetimes 2.0.4", "libc", "log", "rustix 1.1.4", @@ -7566,8 +7582,8 @@ dependencies = [ "cap-time-ext", "fs-set-times", "futures", - "io-extras", - "io-lifetimes", + "io-extras 0.18.4", + "io-lifetimes 2.0.4", "rustix 1.1.4", "system-interface", "thiserror 2.0.18", @@ -8185,7 +8201,7 @@ dependencies = [ "async-trait", "cap-rand", "getrandom 0.4.2", - "io-extras", + "io-extras 0.19.0", "rand 0.10.0", "rand_core 0.10.0", "rustix 1.1.4", diff --git a/Cargo.toml b/Cargo.toml index 21c5c52..2af7354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ blake3 = { version = "1.8.2" } async-trait = { version = "0.1.89" } rand = { version = "0.10", default-features = false } rand_core = { version = "0.10", default-features = false } -io-extras = "0.18.4" +io-extras = "0.19.0" softbuffer = "0.4.8" ico = "0.5.0" tar = "0.4"