From 8d43d56cb0d974c154f378380793f326f7198cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:01:51 +0000 Subject: [PATCH] Bump assertables from 7.0.1 to 8.3.0 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 7.0.1 to 8.3.0. - [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGELOG.md) - [Commits](https://github.com/sixarm/assertables-rust-crate/compare/v7.0.1...v8.3.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 606fad4..713adbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,9 +143,9 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "assertables" -version = "7.0.1" +version = "8.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c24e9d990669fbd16806bff449e4ac644fd9b1fca014760087732fe4102f131" +checksum = "0de2cc69bb6ce4cc9b92d7daba4bba9a0fdc7ca46842b73003d1763bb7cf16d2" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index cd68da2..d6b8a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] } [dev-dependencies] -assertables = "7.0.1" +assertables = "8.3.0" pretty_assertions = "1.2" [features]