From 95dc21b1b07395125f6d5363fae427b9d27d18ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:50:58 +0000 Subject: [PATCH] chore(deps): bump assertables from 9.5.5 to 9.8.2 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 9.5.5 to 9.8.2. - [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGES.md) - [Commits](https://github.com/sixarm/assertables-rust-crate/commits/9.8.2) --- updated-dependencies: - dependency-name: assertables dependency-version: 9.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f707beb..fb8c83c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "assertables" -version = "9.5.5" +version = "9.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46109705783fa5733709a155971ad89cdd188d45b7e20fba7906f0d6b4f864e3" +checksum = "59051ec02907378a67b0ba1b8631121f5388c8dbbb3cec8c749d8f93c2c3c211" [[package]] name = "async-trait"