From 32c2c9dfc2e9a080899e9d708130f1df69ea37e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:43:01 +0000 Subject: [PATCH] Bump xcap from 0.9.7 to 0.9.8 Bumps [xcap](https://github.com/nashaofu/xcap) from 0.9.7 to 0.9.8. - [Release notes](https://github.com/nashaofu/xcap/releases) - [Commits](https://github.com/nashaofu/xcap/compare/v0.9.7...v0.9.8) --- updated-dependencies: - dependency-name: xcap dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27e8064..a919272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4213,9 +4213,9 @@ checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" [[package]] name = "xcap" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b31c7f57ddfb14983525d9149eaed160de7d3973aaa546f3e19eb3394122b6b" +checksum = "da270fd7c8581d43d731cb690bcc791fc0a7b3bc96e131a4b6552d0379640a9e" dependencies = [ "dispatch2", "image",