From 3d4924a2e06fd04a3bc5ee6f88eb58e5f1ee244c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 07:14:37 +0000 Subject: [PATCH] chore(deps): update toml-test-harness requirement from 0.3 to 0.4 Updates the requirements on [toml-test-harness](https://github.com/epage/toml-test-rs) to permit the latest version. - [Release notes](https://github.com/epage/toml-test-rs/releases) - [Changelog](https://github.com/toml-rs/toml-test-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/epage/toml-test-rs/compare/toml-test-harness-v0.3.0...toml-test-harness-v0.4.1) --- updated-dependencies: - dependency-name: toml-test-harness 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 7175286d..9be10030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ kstring = { version = "1", features = ["max_inline"] } [dev-dependencies] serde_json = "1.0.44" pretty_assertions = "0.7.1" -toml-test-harness = "0.3" +toml-test-harness = "0.4" criterion = "0.3" toml = "0.5"