From 09586aabc054ab5d695bd13863810ed73e3e7ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:25:57 +0000 Subject: [PATCH] Bump assertables from 8.3.0 to 8.5.0 Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 8.3.0 to 8.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...v8.5.0) --- 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 cf77aa5..dc59bfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "assertables" -version = "8.3.0" +version = "8.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de2cc69bb6ce4cc9b92d7daba4bba9a0fdc7ca46842b73003d1763bb7cf16d2" +checksum = "2238f968237b2a79e7d3af4d91395040bb093fa25c85cbe83dba076d15c7aaf4" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 16d01e2..84484fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] } [dev-dependencies] -assertables = "8.3.0" +assertables = "8.5.0" pretty_assertions = "1.2" [features]