From a8ae6610c03f2c9b43a6e5074b1d050e7ee8dcce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:03:19 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4289fe..74c2acc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ tide = "0.16" # local fix for tide-http-auth to support tide 0.16! tide-http-auth = "0.5" tide-rustls = "0.3" -toml = "0.5" +toml = "0.7" walkdir = "2"