From 4f83e2c170cabe0df21a2eb14a38a5ae024b0198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:57:31 +0000 Subject: [PATCH] build(deps): Update toml requirement from 0.7.6 to 0.8.1 in /dt-core Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.8.1) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dt-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dt-core/Cargo.toml b/dt-core/Cargo.toml index c3b6429..b950fcd 100644 --- a/dt-core/Cargo.toml +++ b/dt-core/Cargo.toml @@ -25,7 +25,7 @@ serde_regex = "1.1.0" serde_tuple = "0.5.0" shellexpand = "3.1.0" sys-info = "0.9.1" -toml = "0.7.6" +toml = "0.8.1" url = { version = "2.4.0", features = ["serde"] } users = "0.11.0"