From 7690018436ab17ff145e0eaa60c511ce2844dbb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:07:47 +0000 Subject: [PATCH] Update toml requirement from 0.5.7 to 0.7.0 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.7.0) --- updated-dependencies: - dependency-name: toml 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 2185d11e0e5..57f6061dbcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ strip-ansi-escapes = "0.1.0" tar = { version = "0.4.35", default-features = false } tempfile = "3.0" termcolor = "1.1" -toml = "0.5.7" +toml = "0.7.0" unicode-xid = "0.2.0" url = "2.2.2" walkdir = "2.2"