From acc3e039964f3ae32f03fe7e1aa9fe925ceff55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:02:20 +0000 Subject: [PATCH] Bump assertables from 8.3.0 to 9.4.0 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 8.3.0 to 9.4.0. - [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGES.md) - [Commits](https://github.com/sixarm/assertables-rust-crate/compare/v8.3.0...v9.4.0) --- updated-dependencies: - dependency-name: assertables dependency-type: direct:production update-type: version-update:semver-major ... 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 8a22ef9..23179f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" [[package]] name = "assertables" -version = "8.3.0" +version = "9.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de2cc69bb6ce4cc9b92d7daba4bba9a0fdc7ca46842b73003d1763bb7cf16d2" +checksum = "005f97d2f6ec6956e08b103a6a74dd89da602edcbe3a59379992176fe47e32e5" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 5d96c6f..99d3dbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] } [dev-dependencies] -assertables = "8.3.0" +assertables = "9.4.0" pretty_assertions = "1.2" [features]