From 5768f9ec07e09f60445da930a6d113795a67c824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:46:04 +0000 Subject: [PATCH] Bump assertables from 8.3.0 to 9.5.0 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 8.3.0 to 9.5.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.5.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..ab730f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" [[package]] name = "assertables" -version = "8.3.0" +version = "9.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de2cc69bb6ce4cc9b92d7daba4bba9a0fdc7ca46842b73003d1763bb7cf16d2" +checksum = "0082388b8564898f945b04215e800e800a164af15307d8dfe714b02cc69356e9" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 5d96c6f..02f5a1d 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.5.0" pretty_assertions = "1.2" [features]