From dc3fd92f27185ab88bb5e9c9de6f419170dbbcd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 01:57:26 +0000 Subject: [PATCH] Update asserting requirement from 0.2 to 0.6 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.6.0) --- updated-dependencies: - dependency-name: asserting dependency-version: 0.6.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..457d90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ std = [] libm = "0.2" [dev-dependencies] -asserting = "0.2" +asserting = "0.6" proptest = "1" [lints.rust]