From 0be38f8b824a76d50e5c001fc23af8c86a7e5be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:44:12 +0000 Subject: [PATCH] chore(deps): bump assertables from 9.5.5 to 9.8.1 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 9.5.5 to 9.8.1. - [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGES.md) - [Commits](https://github.com/sixarm/assertables-rust-crate/commits/9.8.1) --- updated-dependencies: - dependency-name: assertables dependency-version: 9.8.1 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 f707beb..875b571 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "assertables" -version = "9.5.5" +version = "9.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46109705783fa5733709a155971ad89cdd188d45b7e20fba7906f0d6b4f864e3" +checksum = "0118bf39618c9958c058d23c1453fdfc40c99688d9a0dfdc441244421ef89407" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 49232bb..78da5fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ redundant_closure = "allow" upper_case_acronyms = "allow" [dev-dependencies] -assertables = "9.5.1" +assertables = "9.8.1" ctor = "0.4.1" procspawn = "1.0.1" progenitor-client = "0.11.0"