From 70634971b7e6543f751fbc654fd2e556af341372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:06:27 +0000 Subject: [PATCH] Update toml requirement from 0.5 to 0.6 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_datetime-v0.5.0...toml-v0.6.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 ceb1249..a767068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde_derive = "1" serde_json = { version = "1", optional = true } sqlx = { version = "0.6", optional = true, features = [ "runtime-tokio-native-tls" ] } structopt = { version = "0.3", optional = true } -toml = { version = "0.5", optional = true } +toml = { version = "0.6", optional = true } [[bin]] name = "svc-authn-cli"