From c16523236173ee4a28eefa2fc90ae3c4cf70f25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:51:28 +0000 Subject: [PATCH] Bump assertables from 8.3.0 to 8.10.1 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 8.3.0 to 8.10.1. - [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGES.md) - [Commits](https://github.com/sixarm/assertables-rust-crate/compare/v8.3.0...v8.10.1) --- updated-dependencies: - dependency-name: assertables 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 31df7e5..b6d85df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,9 +143,9 @@ checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "assertables" -version = "8.3.0" +version = "8.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de2cc69bb6ce4cc9b92d7daba4bba9a0fdc7ca46842b73003d1763bb7cf16d2" +checksum = "a73cd825c7b94d74b0b29fed0c326a8e629c628d10d37ac87c907d3dbfe99e62" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 4072747..b7115c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] } [dev-dependencies] -assertables = "8.3.0" +assertables = "8.10.1" pretty_assertions = "1.2" [features]