From 4ce2f430e6afefd720c4fc83b44b49619abb2d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:23:31 +0000 Subject: [PATCH] Update asserting requirement from 0.14 to 0.15 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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: asserting dependency-version: 0.15.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 649d94f..7904b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ std = [] libm = "0.2" [dev-dependencies] -asserting = "0.14" +asserting = "0.15" proptest = "1" [lints.rust]