From 452446828fea675018a76b67426f79fc2b48fea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:11:51 -0700 Subject: [PATCH] Update libtest-mimic requirement from 0.7.0 to 0.8.1 (#860) Updates the requirements on [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) to permit the latest version. - [Release notes](https://github.com/LukasKalbertodt/libtest-mimic/releases) - [Changelog](https://github.com/LukasKalbertodt/libtest-mimic/blob/master/CHANGELOG.md) - [Commits](https://github.com/LukasKalbertodt/libtest-mimic/compare/v0.7.0...v0.7.3) --- updated-dependencies: - dependency-name: libtest-mimic dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4c790602..ac30b7193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ digest = { version = "0.10", default-features = false } hashbrown = { version = "0.14", default-features = false, features = ["inline-more", "allocator-api2"] } hex = "0.4" itertools = { version = "0.13", default-features = false } -libtest-mimic = "0.7.0" +libtest-mimic = "0.8.1" paste = "1.0" rayon = "1" serde = "1.0"