From 6e734caf184ffab554a7a2a73dc7db0c98dc8c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:14:19 +0000 Subject: [PATCH] Bump test-harness from 0.2.0 to 0.3.0 (#1131) Bumps [test-harness](https://github.com/jbr/test-harness) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/jbr/test-harness/releases) - [Changelog](https://github.com/jbr/test-harness/blob/main/CHANGELOG.md) - [Commits](https://github.com/jbr/test-harness/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: test-harness dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- test-support/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1c38a94..67464632 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5000,9 +5000,9 @@ dependencies = [ [[package]] name = "test-harness" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5d0ff0a84ad859ae43ad18209c163f739587027138f6e2ce4596a761b9c8352" +checksum = "ae861f7d521762a2e5524ceeb3a518fab2c06c25e217a1d7270b8c5e158c141b" dependencies = [ "proc-macro2", "quote", diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index 10703a3b..54b3d473 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -33,4 +33,4 @@ pretty_assertions = "1.4.0" rand = "0.8.5" base64 = "0.22.1" querystrong = "0.3.0" -test-harness = "0.2.0" +test-harness = "0.3.0"