From 2fed6f0d535f1ecb69031f5666b3404d3edcb292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:36:46 +0000 Subject: [PATCH] Bump assertables from 9.8.6 to 9.9.0 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 9.8.6 to 9.9.0. - [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGES.md) - [Commits](https://github.com/sixarm/assertables-rust-crate/compare/9.8.6...9.9.0) --- updated-dependencies: - dependency-name: assertables dependency-version: 9.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e265c2f..a1d32f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,9 +31,9 @@ dependencies = [ [[package]] name = "assertables" -version = "9.8.6" +version = "9.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "098fbfe90e8af520c4a968eaad7a4031908e473394f16c99cd9cce6369328a68" +checksum = "627b0b35c347252505ec6c078827dfcecc4e9dcfa931c54c54066f9245ac752b" dependencies = [ "regex", "walkdir", diff --git a/Cargo.toml b/Cargo.toml index 2c48bfe..32497fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ form_urlencoded = "1.2.2" tower = "0.5.3" [dev-dependencies] -assertables = "9.8.6" +assertables = "9.9.0" base64 = "0.22.1" http-body-util = "0.1.3" serde_json = "1.0.149"