From 64b66e7307d288a6fb3d95318ea82cc5365077ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:18:13 +0000 Subject: [PATCH] Update asserting requirement from 0.2 to 0.4 Updates the requirements on [asserting](https://github.com/innoave/asserting) to permit the latest version. - [Changelog](https://github.com/innoave/asserting/blob/main/CHANGELOG.md) - [Commits](https://github.com/innoave/asserting/compare/v0.2.0...v0.4.0) --- updated-dependencies: - dependency-name: asserting dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95a1bfd..2cdb543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ std = [] libm = "0.2" [dev-dependencies] -asserting = "0.2" +asserting = "0.4" proptest = "1" [lints.rust]