From 4814dbd2146879adcd62aba5d179dbd58584e9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:04:37 +0000 Subject: [PATCH] Update toml requirement from 0.4 to 0.5 Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.0...0.5.9) --- 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 c305608..d45f8a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ log4rs-syslog = "3.0" log = "^0.4.0" serde = "1.0" serde_derive = "1.0" -toml = "0.4" +toml = "0.5" [dev-dependencies] tempfile = "3"